From 5598f29e06605e019cff9ad9d4d75c7eb1bd6032 Mon Sep 17 00:00:00 2001 From: James Tabor Date: Mon, 12 Jan 2015 22:44:59 +0000 Subject: [PATCH] [NtOSKrnl] - Fix status return from user mode callback. See CORE-9039. svn path=/trunk/; revision=66031 --- reactos/ntoskrnl/ke/i386/usercall.c | 1 - 1 file changed, 1 deletion(-) diff --git a/reactos/ntoskrnl/ke/i386/usercall.c b/reactos/ntoskrnl/ke/i386/usercall.c index 8876da053aa..8fbed380bb9 100644 --- a/reactos/ntoskrnl/ke/i386/usercall.c +++ b/reactos/ntoskrnl/ke/i386/usercall.c @@ -179,7 +179,6 @@ KeUserModeCallback(IN ULONG RoutineIndex, { /* Only restore the exception list if we didn't crash in ring 3 */ Teb->NtTib.ExceptionList = ExceptionList; - CallbackStatus = STATUS_SUCCESS; } else {