From 7dbe9e8e67d2380750b48c7a15c0e6ab6a1e638b Mon Sep 17 00:00:00 2001 From: Aleksandar Andrejevic Date: Fri, 8 May 2015 02:30:28 +0000 Subject: [PATCH] [FAST486] The "Call" parameter should be true for calls. svn path=/trunk/; revision=67597 --- reactos/lib/fast486/opgroups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/lib/fast486/opgroups.c b/reactos/lib/fast486/opgroups.c index 912b5bf5525..b8a393996b2 100644 --- a/reactos/lib/fast486/opgroups.c +++ b/reactos/lib/fast486/opgroups.c @@ -1631,7 +1631,7 @@ FAST486_OPCODE_HANDLER(Fast486OpcodeGroupFF) if (State->ControlRegisters[FAST486_REG_CR0] & FAST486_CR0_PE) { - if (!Fast486ProcessGate(State, Selector, Value, FALSE)) + if (!Fast486ProcessGate(State, Selector, Value, TRUE)) { /* Gate processed or exception occurred */ return;