[FAST486]
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Thu, 21 Nov 2013 03:18:34 +0000 (03:18 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Thu, 21 Nov 2013 03:18:34 +0000 (03:18 +0000)
Fix a bug in Fast486LoadSegment.

svn path=/branches/ntvdm/; revision=61062

lib/fast486/common.inl

index 4e84576..389c872 100644 (file)
@@ -486,7 +486,7 @@ Fast486LoadSegment(PFAST486_STATE State,
                 return FALSE;
             }
 
-            if (GdtEntry.SystemType)
+            if (!GdtEntry.SystemType)
             {
                 // TODO: Call/interrupt/task gates NOT IMPLEMENTED!
                 UNIMPLEMENTED;