[FAST486]

Don't forget to check for the operand/address size prefix.


svn path=/branches/ntvdm/; revision=60964
This commit is contained in:
Aleksandar Andrejevic 2013-11-12 18:40:13 +00:00
parent 0aed89f779
commit ac9f8a81e3

View file

@ -903,6 +903,9 @@ FAST486_OPCODE_HANDLER(Fast486ExtOpcodeImul)
OperandSize = AddressSize = State->SegmentRegs[FAST486_REG_CS].Size; OperandSize = AddressSize = State->SegmentRegs[FAST486_REG_CS].Size;
TOGGLE_OPSIZE(OperandSize);
TOGGLE_ADSIZE(AddressSize);
/* Get the operands */ /* Get the operands */
if (!Fast486ParseModRegRm(State, AddressSize, &ModRegRm)) if (!Fast486ParseModRegRm(State, AddressSize, &ModRegRm))
{ {