Fix bug in KiUserExceptionDispatcher
[reactos.git] / reactos / lib / ntdll / main / i386 / dispatch.S
index a812835..92acfb5 100644 (file)
@@ -150,6 +150,10 @@ _KiUserExceptionDispatcher@8:
     or al, al\r
     jz RaiseException\r
 \r
+    /* Pop off the records */\r
+    pop ebx\r
+    pop ecx\r
+\r
     /* We're fine, continue execution */\r
     push 0\r
     push ecx\r