Code cleanup
This commit is contained in:
parent
560b0e9f07
commit
8d57663795
@ -473,7 +473,8 @@ static int _i386_encode(ArchPlugin * plugin, ArchInstruction * instruction,
|
||||
definitions[1] = instruction->op2;
|
||||
definitions[2] = instruction->op3;
|
||||
for(i = 0; i < call->operands_cnt; i++)
|
||||
if(_encode_operand(plugin, &i, definitions, call->operands) != 0)
|
||||
if(_encode_operand(plugin, &i, definitions, call->operands)
|
||||
!= 0)
|
||||
return -1;
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user