mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
[FAST486]
The "Call" parameter should be true for calls. svn path=/trunk/; revision=67597
This commit is contained in:
parent
d28f0fd901
commit
7dbe9e8e67
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue