From b9a48a24937b8ff675d7d12a6ba9804dbcf4db2a Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Sun, 8 May 2011 17:22:26 +0000 Subject: [PATCH] Fixed compilation in debugging mode --- src/arch.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch.c b/src/arch.c index 8075acc..2dfdff8 100644 --- a/src/arch.c +++ b/src/arch.c @@ -242,7 +242,7 @@ static int _call_operands(Arch * arch, ArchInstruction * instruction, #ifdef DEBUG fprintf(stderr, "DEBUG: %s() operand %lu, type %u, type %u\n", __func__, i, AO_GET_TYPE(definition), - AO_GET_TYPE(operand->type)); + AO_GET_TYPE(operand->definition)); #endif if(AO_GET_TYPE(definition) == AOT_CONSTANT) {