mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
[FAST486]
The parameter count is not pushed onto the stack for call gates. svn path=/trunk/; revision=67547
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user