From 2dfe1a384e5ff1500ddea55c571470a4aea1735f Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Mon, 12 Sep 2005 03:10:08 +0000 Subject: [PATCH] Fix bug in KiUserExceptionDispatcher svn path=/trunk/; revision=17815 --- reactos/lib/ntdll/main/i386/dispatch.S | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/reactos/lib/ntdll/main/i386/dispatch.S b/reactos/lib/ntdll/main/i386/dispatch.S index a812835f8cc..92acfb5a30d 100644 --- a/reactos/lib/ntdll/main/i386/dispatch.S +++ b/reactos/lib/ntdll/main/i386/dispatch.S @@ -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