From: Aleksandar Andrejevic Date: Mon, 11 Nov 2013 03:16:07 +0000 (+0000) Subject: [FAST486] X-Git-Tag: backups/0.3.17@66124~1365^2~259 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=e3c68b1796b076ae5f8d76ec9601e9ca665db612 [FAST486] Fix a bug in the LDS and LES instructions. svn path=/branches/ntvdm/; revision=60936 --- diff --git a/lib/fast486/opcodes.c b/lib/fast486/opcodes.c index 500b8c707be..07e870c96da 100644 --- a/lib/fast486/opcodes.c +++ b/lib/fast486/opcodes.c @@ -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 */