Fix bug in KiUserExceptionDispatcher

svn path=/trunk/; revision=17815
This commit is contained in:
Alex Ionescu 2005-09-12 03:10:08 +00:00
parent 9e5af04e26
commit 2dfe1a384e

View file

@ -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