X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=ntoskrnl%2Fke%2Fexcept.c;h=e789ffc81b24fcb3b77a754f87f4f26c38892544;hp=525fc836863d57c2dd42e55ab2d0d314407c348f;hb=21ea19c40f08a7dc040dad62f2d85d4582dca026;hpb=2890a22179528006e637cd5efdfc2abb7e2ceb5b diff --git a/ntoskrnl/ke/except.c b/ntoskrnl/ke/except.c index 525fc836863..e789ffc81b2 100644 --- a/ntoskrnl/ke/except.c +++ b/ntoskrnl/ke/except.c @@ -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());