mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[NTOS:KE] Remove unnecessary breakpoint in KiRaiseException. CORE-15640
This commit is contained in:
parent
2890a22179
commit
21ea19c40f
1 changed files with 0 additions and 1 deletions
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue