[FAST486]

The parameter count is not pushed onto the stack for call gates.


svn path=/trunk/; revision=67547
This commit is contained in:
Aleksandar Andrejevic 2015-05-04 22:16:20 +00:00
parent 048d0522f4
commit 772a8d3918

View file

@ -1030,9 +1030,6 @@ Fast486CallGate(PFAST486_STATE State,
}
}
/* Push the parameter count */
if (!Fast486StackPushInternal(State, GateSize, Gate->ParamCount)) return FALSE;
/* Push CS selector */
if (!Fast486StackPushInternal(State, GateSize, OldCs)) return FALSE;