[NtOSKrnl]
[reactos.git] / reactos / ntoskrnl / ke / i386 / usercall.c
index 8876da0..8fbed38 100644 (file)
@@ -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
         {