mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[SOFT386]
Fix minor bug. svn path=/branches/ntvdm/; revision=59783
This commit is contained in:
parent
6f769d6314
commit
23fbc3204c
1 changed files with 1 additions and 1 deletions
|
@ -597,7 +597,7 @@ Soft386InterruptInternal(PSOFT386_STATE State,
|
|||
if (!Soft386StackPush(State, OldSs)) return FALSE;
|
||||
|
||||
/* Push stack pointer */
|
||||
if (Soft386StackPush(State, OldEsp)) return FALSE;
|
||||
if (!Soft386StackPush(State, OldEsp)) return FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue