https://git.reactos.org/?p=reactos.git;a=commitdiff;h=21ea19c40f08a7dc040dad62f2d85d4582dca026

commit 21ea19c40f08a7dc040dad62f2d85d4582dca026
Author:     Thomas Faber <[email protected]>
AuthorDate: Sat Jan 19 11:26:39 2019 +0100
Commit:     Thomas Faber <[email protected]>
CommitDate: Sun Jan 20 09:57:03 2019 +0100

    [NTOS:KE] Remove unnecessary breakpoint in KiRaiseException. CORE-15640
---
 ntoskrnl/ke/except.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/ntoskrnl/ke/except.c b/ntoskrnl/ke/except.c
index 525fc83686..e789ffc81b 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());

Reply via email to