mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
[FAST486]
Don't forget to check for the operand/address size prefix. svn path=/branches/ntvdm/; revision=60964
This commit is contained in:
parent
0aed89f779
commit
ac9f8a81e3
1 changed files with 3 additions and 0 deletions
|
@ -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))
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue