mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[FAST486]
Fix two typos. svn path=/trunk/; revision=65263
This commit is contained in:
parent
a57f40f992
commit
254daee831
2 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
|
@ -1847,7 +1847,7 @@ FAST486_OPCODE_HANDLER(Fast486ExtOpcodeGroup0F00)
|
|||
return;
|
||||
}
|
||||
|
||||
if (Fast486ReadDescriptorEntry(State,
|
||||
if (!Fast486ReadDescriptorEntry(State,
|
||||
Selector,
|
||||
&Valid,
|
||||
(PFAST486_GDT_ENTRY)&GdtEntry))
|
||||
|
|
Loading…
Reference in a new issue