mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 13:35:47 +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:
parent
048d0522f4
commit
772a8d3918
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue