mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[FAST486]
Fix a bug in Fast486LoadSegment. svn path=/branches/ntvdm/; revision=61062
This commit is contained in:
@@ -486,7 +486,7 @@ Fast486LoadSegment(PFAST486_STATE State,
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if (GdtEntry.SystemType)
|
||||
if (!GdtEntry.SystemType)
|
||||
{
|
||||
// TODO: Call/interrupt/task gates NOT IMPLEMENTED!
|
||||
UNIMPLEMENTED;
|
||||
|
||||
Reference in New Issue
Block a user