[FAST486]

Fix a bug in Fast486LoadSegment.


svn path=/branches/ntvdm/; revision=61062
This commit is contained in:
Aleksandar Andrejevic 2013-11-21 03:18:34 +00:00
parent f90a1db2b7
commit 37b16fec31

View file

@ -486,7 +486,7 @@ Fast486LoadSegment(PFAST486_STATE State,
return FALSE;
}
if (GdtEntry.SystemType)
if (!GdtEntry.SystemType)
{
// TODO: Call/interrupt/task gates NOT IMPLEMENTED!
UNIMPLEMENTED;