From e3c68b1796b076ae5f8d76ec9601e9ca665db612 Mon Sep 17 00:00:00 2001 From: Aleksandar Andrejevic Date: Mon, 11 Nov 2013 03:16:07 +0000 Subject: [PATCH 1/1] [FAST486] Fix a bug in the LDS and LES instructions. svn path=/branches/ntvdm/; revision=60936 --- lib/fast486/opcodes.c | 1 + 1 file changed, 1 insertion(+) 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 */ -- 2.17.1