mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 05:25:48 +00:00
[FAST486]
Increment SP, not ESP for 16-bit stacks. svn path=/branches/ntvdm/; revision=60925
This commit is contained in:
parent
c3c7bb89c1
commit
7ec93e81ff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue