mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Fix bug in KiUserExceptionDispatcher
svn path=/trunk/; revision=17815
This commit is contained in:
parent
9e5af04e26
commit
2dfe1a384e
1 changed files with 4 additions and 0 deletions
|
@ -150,6 +150,10 @@ _KiUserExceptionDispatcher@8:
|
|||
or al, al
|
||||
jz RaiseException
|
||||
|
||||
/* Pop off the records */
|
||||
pop ebx
|
||||
pop ecx
|
||||
|
||||
/* We're fine, continue execution */
|
||||
push 0
|
||||
push ecx
|
||||
|
|
Loading…
Reference in a new issue