mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[FAST486]
Fix two typos. svn path=/trunk/; revision=65263
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user