mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[FAST486]
Fix a bug in Fast486LoadSegment. svn path=/branches/ntvdm/; revision=61062
This commit is contained in:
parent
f90a1db2b7
commit
37b16fec31
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ Fast486LoadSegment(PFAST486_STATE State,
|
|||
return FALSE;
|
||||
}
|
||||
|
||||
if (GdtEntry.SystemType)
|
||||
if (!GdtEntry.SystemType)
|
||||
{
|
||||
// TODO: Call/interrupt/task gates NOT IMPLEMENTED!
|
||||
UNIMPLEMENTED;
|
||||
|
|
Loading…
Reference in a new issue