Fixed output of the "db" class of instruction

This commit is contained in:
Pierre Pronchery 2011-05-08 17:35:27 +00:00
parent b9a48a2493
commit 670529b5a5

View File

@ -533,6 +533,8 @@ static int _write_opcode(ArchPlugin * plugin, ArchInstruction * instruction)
0);
switch(AO_GET_SIZE(instruction->flags) >> 3)
{
case 0:
return 0;
case sizeof(uint8_t):
operand.value.immediate.value = instruction->opcode;
break;