[FAST486]

The "Call" parameter should be true for calls.


svn path=/trunk/; revision=67597
This commit is contained in:
Aleksandar Andrejevic 2015-05-08 02:30:28 +00:00
parent d28f0fd901
commit 7dbe9e8e67

View file

@ -1631,7 +1631,7 @@ FAST486_OPCODE_HANDLER(Fast486OpcodeGroupFF)
if (State->ControlRegisters[FAST486_REG_CR0] & FAST486_CR0_PE) 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 */ /* Gate processed or exception occurred */
return; return;