mirror of
https://github.com/reactos/reactos.git
synced 2025-04-22 13:10:39 +00:00
[FAST486]
Fix a bug in the LDS and LES instructions. svn path=/branches/ntvdm/; revision=60936
This commit is contained in:
parent
f3df799dc2
commit
e3c68b1796
1 changed files with 1 additions and 0 deletions
|
@ -4314,6 +4314,7 @@ FAST486_OPCODE_HANDLER(Fast486OpcodeLdsLes)
|
||||||
|
|
||||||
OperandSize = AddressSize = State->SegmentRegs[FAST486_REG_CS].Size;
|
OperandSize = AddressSize = State->SegmentRegs[FAST486_REG_CS].Size;
|
||||||
|
|
||||||
|
TOGGLE_OPSIZE(OperandSize);
|
||||||
TOGGLE_ADSIZE(AddressSize);
|
TOGGLE_ADSIZE(AddressSize);
|
||||||
|
|
||||||
/* Get the operands */
|
/* Get the operands */
|
||||||
|
|
Loading…
Reference in a new issue