Author: aandrejevic
Date: Tue Oct 28 00:53:02 2014
New Revision: 65062
URL:
http://svn.reactos.org/svn/reactos?rev=65062&view=rev
Log:
[FAST486]
Fix a typo in r65061.
Modified:
trunk/reactos/lib/fast486/opcodes.c
Modified: trunk/reactos/lib/fast486/opcodes.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/fast486/opcodes.c?rev=…
==============================================================================
--- trunk/reactos/lib/fast486/opcodes.c [iso-8859-1] (original)
+++ trunk/reactos/lib/fast486/opcodes.c [iso-8859-1] Tue Oct 28 00:53:02 2014
@@ -3973,7 +3973,7 @@
return;
}
- if (Fast486LoadSegment(State, ModRegRm.Register, Selector))
+ if (!Fast486LoadSegment(State, ModRegRm.Register, Selector))
{
/* Exception occurred */
return;