[FAST486]

Fix two typos.


svn path=/trunk/; revision=65263
This commit is contained in:
Aleksandar Andrejevic 2014-11-05 04:58:40 +00:00
parent a57f40f992
commit 254daee831
2 changed files with 2 additions and 2 deletions

View file

@ -699,7 +699,7 @@ Fast486TaskSwitch(PFAST486_STATE State, FAST486_TASK_SWITCH_TYPE Type, USHORT Se
return FALSE; return FALSE;
} }
if (Fast486ReadDescriptorEntry(State, if (!Fast486ReadDescriptorEntry(State,
NewTss.Ldtr, NewTss.Ldtr,
&Valid, &Valid,
(PFAST486_GDT_ENTRY)&GdtEntry)) (PFAST486_GDT_ENTRY)&GdtEntry))

View file

@ -1847,7 +1847,7 @@ FAST486_OPCODE_HANDLER(Fast486ExtOpcodeGroup0F00)
return; return;
} }
if (Fast486ReadDescriptorEntry(State, if (!Fast486ReadDescriptorEntry(State,
Selector, Selector,
&Valid, &Valid,
(PFAST486_GDT_ENTRY)&GdtEntry)) (PFAST486_GDT_ENTRY)&GdtEntry))