[NTOS:KE] Remove unnecessary breakpoint in KiRaiseException. CORE-15640
[reactos.git] / ntoskrnl / ke / except.c
index 525fc83..e789ffc 100644 (file)
@@ -138,7 +138,6 @@ KiRaiseException(IN PEXCEPTION_RECORD ExceptionRecord,
         {
             /* Don't fail silently */
             DPRINT1("KiRaiseException: Failed to Probe\n");
-            DbgBreakPoint();
 
             /* Return the exception code */
             _SEH2_YIELD(return _SEH2_GetExceptionCode());