Fixed compilation in debugging mode

This commit is contained in:
Pierre Pronchery 2011-05-08 17:22:26 +00:00
parent 78568e9995
commit b9a48a2493

View File

@ -242,7 +242,7 @@ static int _call_operands(Arch * arch, ArchInstruction * instruction,
#ifdef DEBUG #ifdef DEBUG
fprintf(stderr, "DEBUG: %s() operand %lu, type %u, type %u\n", fprintf(stderr, "DEBUG: %s() operand %lu, type %u, type %u\n",
__func__, i, AO_GET_TYPE(definition), __func__, i, AO_GET_TYPE(definition),
AO_GET_TYPE(operand->type)); AO_GET_TYPE(operand->definition));
#endif #endif
if(AO_GET_TYPE(definition) == AOT_CONSTANT) if(AO_GET_TYPE(definition) == AOT_CONSTANT)
{ {