diff --git a/src/arch/i386.h b/src/arch/i386.h index 5c6e979..72511a4 100644 --- a/src/arch/i386.h +++ b/src/arch/i386.h @@ -73,6 +73,8 @@ static int _i386_decode(ArchPlugin * plugin, ArchInstructionCall * call) opcode); if(ai != NULL) helper->read(helper->arch, &u8, sizeof(u8)); + else + opcode >>= 8; } if(ai == NULL) {