[FAST486]

Fix a bug in the LDS and LES instructions.


svn path=/branches/ntvdm/; revision=60936
This commit is contained in:
Aleksandar Andrejevic 2013-11-11 03:16:07 +00:00
parent f3df799dc2
commit e3c68b1796

View file

@ -4314,6 +4314,7 @@ FAST486_OPCODE_HANDLER(Fast486OpcodeLdsLes)
OperandSize = AddressSize = State->SegmentRegs[FAST486_REG_CS].Size;
TOGGLE_OPSIZE(OperandSize);
TOGGLE_ADSIZE(AddressSize);
/* Get the operands */