diff --git a/lib/fast486/common.inl b/lib/fast486/common.inl index 4e845768776..389c872828b 100644 --- a/lib/fast486/common.inl +++ b/lib/fast486/common.inl @@ -486,7 +486,7 @@ Fast486LoadSegment(PFAST486_STATE State, return FALSE; } - if (GdtEntry.SystemType) + if (!GdtEntry.SystemType) { // TODO: Call/interrupt/task gates NOT IMPLEMENTED! UNIMPLEMENTED;