From 37b16fec317e7f14429880bc1bcbb3f4c3c3d77c Mon Sep 17 00:00:00 2001 From: Aleksandar Andrejevic Date: Thu, 21 Nov 2013 03:18:34 +0000 Subject: [PATCH] [FAST486] Fix a bug in Fast486LoadSegment. svn path=/branches/ntvdm/; revision=61062 --- lib/fast486/common.inl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;