[FAST486]
authorAleksandar Andrejevic <aandrejevic@reactos.org>
Wed, 5 Nov 2014 04:58:40 +0000 (04:58 +0000)
committerAleksandar Andrejevic <aandrejevic@reactos.org>
Wed, 5 Nov 2014 04:58:40 +0000 (04:58 +0000)
Fix two typos.

svn path=/trunk/; revision=65263

reactos/lib/fast486/common.c
reactos/lib/fast486/opgroups.c

index c776d2f..9cbc821 100644 (file)
@@ -699,7 +699,7 @@ Fast486TaskSwitch(PFAST486_STATE State, FAST486_TASK_SWITCH_TYPE Type, USHORT Se
             return FALSE;
         }
 
-        if (Fast486ReadDescriptorEntry(State,
+        if (!Fast486ReadDescriptorEntry(State,
                                        NewTss.Ldtr,
                                        &Valid,
                                        (PFAST486_GDT_ENTRY)&GdtEntry))
index 2c99e47..5f1f9c7 100644 (file)
@@ -1847,7 +1847,7 @@ FAST486_OPCODE_HANDLER(Fast486ExtOpcodeGroup0F00)
                 return;
             }
 
-            if (Fast486ReadDescriptorEntry(State,
+            if (!Fast486ReadDescriptorEntry(State,
                                            Selector,
                                            &Valid,
                                            (PFAST486_GDT_ENTRY)&GdtEntry))