Author: aandrejevic
Date: Fri May 8 02:30:28 2015
New Revision: 67597
URL:
http://svn.reactos.org/svn/reactos?rev=67597&view=rev
Log:
[FAST486]
The "Call" parameter should be true for calls.
Modified:
trunk/reactos/lib/fast486/opgroups.c
Modified: trunk/reactos/lib/fast486/opgroups.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/fast486/opgroups.c?rev…
==============================================================================
--- trunk/reactos/lib/fast486/opgroups.c [iso-8859-1] (original)
+++ trunk/reactos/lib/fast486/opgroups.c [iso-8859-1] Fri May 8 02:30:28 2015
@@ -1631,7 +1631,7 @@
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;