mirror of
https://github.com/reactos/reactos.git
synced 2026-05-23 15:50:29 +08:00
[NTOS:KE] Remove unnecessary breakpoint in KiRaiseException. CORE-15640
This commit is contained in:
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user