Fix bug in KiUserExceptionDispatcher
Modified: trunk/reactos/lib/ntdll/main/i386/dispatch.S
_____
Modified: trunk/reactos/lib/ntdll/main/i386/dispatch.S
--- trunk/reactos/lib/ntdll/main/i386/dispatch.S 2005-09-12
02:57:47 UTC (rev 17814)
+++ trunk/reactos/lib/ntdll/main/i386/dispatch.S 2005-09-12
03:10:08 UTC (rev 17815)
@@ -150,6 +150,10 @@
or al, al
jz RaiseException
+ /* Pop off the records */
+ pop ebx
+ pop ecx
+
/* We're fine, continue execution */
push 0
push ecx