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