Author: aandrejevic
Date: Mon Nov 11 03:16:07 2013
New Revision: 60936
URL:
http://svn.reactos.org/svn/reactos?rev=60936&view=rev
Log:
[FAST486]
Fix a bug in the LDS and LES instructions.
Modified:
branches/ntvdm/lib/fast486/opcodes.c
Modified: branches/ntvdm/lib/fast486/opcodes.c
URL:
http://svn.reactos.org/svn/reactos/branches/ntvdm/lib/fast486/opcodes.c?rev…
==============================================================================
--- branches/ntvdm/lib/fast486/opcodes.c [iso-8859-1] (original)
+++ branches/ntvdm/lib/fast486/opcodes.c [iso-8859-1] Mon Nov 11 03:16:07 2013
@@ -4314,6 +4314,7 @@
OperandSize = AddressSize = State->SegmentRegs[FAST486_REG_CS].Size;
+ TOGGLE_OPSIZE(OperandSize);
TOGGLE_ADSIZE(AddressSize);
/* Get the operands */