mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
[SOFT386]
Fix minor bug. svn path=/branches/ntvdm/; revision=59783
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user