Better handling of the temporary "db" substitution instruction

This commit is contained in:
Pierre Pronchery 2011-04-23 07:48:57 +00:00
parent 8a24516f7f
commit b67bb1ad90

View File

@ -58,6 +58,8 @@ static int _i386_decode(ArchPlugin * plugin, ArchInstructionCall * call)
call->name = "db";
call->operands[0].type = AO_IMMEDIATE(0, 0, 8);
call->operands[0].value.immediate.value = opcode;
call->operands[0].value.immediate.negative = 0;
call->operands_cnt = 1;
return 0;
}
call->name = ai->name;