mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +00:00
[FAST486]
Increment SP, not ESP for 16-bit stacks. svn path=/branches/ntvdm/; revision=60925
This commit is contained in:
@@ -365,7 +365,7 @@ Fast486StackPop(PFAST486_STATE State,
|
||||
}
|
||||
|
||||
/* Increment SP by 2 */
|
||||
State->GeneralRegs[FAST486_REG_ESP].Long += 2;
|
||||
State->GeneralRegs[FAST486_REG_ESP].LowWord += 2;
|
||||
|
||||
/* Store the value in the result */
|
||||
*Value = ShortValue;
|
||||
|
||||
Reference in New Issue
Block a user