Fixed compilation in debugging mode
This commit is contained in:
parent
78568e9995
commit
b9a48a2493
@ -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)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user