Author: aandrejevic
Date: Mon May 4 22:16:20 2015
New Revision: 67547
URL:
http://svn.reactos.org/svn/reactos?rev=67547&view=rev
Log:
[FAST486]
The parameter count is not pushed onto the stack for call gates.
Modified:
trunk/reactos/lib/fast486/common.c
Modified: trunk/reactos/lib/fast486/common.c
URL:
http://svn.reactos.org/svn/reactos/trunk/reactos/lib/fast486/common.c?rev=6…
==============================================================================
--- trunk/reactos/lib/fast486/common.c [iso-8859-1] (original)
+++ trunk/reactos/lib/fast486/common.c [iso-8859-1] Mon May 4 22:16:20 2015
@@ -1030,9 +1030,6 @@
}
}
- /* Push the parameter count */
- if (!Fast486StackPushInternal(State, GateSize, Gate->ParamCount)) return
FALSE;
-
/* Push CS selector */
if (!Fast486StackPushInternal(State, GateSize, OldCs)) return FALSE;