mirror of
https://github.com/reactos/reactos.git
synced 2025-06-26 15:19:43 +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 */
|
/* Don't fail silently */
|
||||||
DPRINT1("KiRaiseException: Failed to Probe\n");
|
DPRINT1("KiRaiseException: Failed to Probe\n");
|
||||||
DbgBreakPoint();
|
|
||||||
|
|
||||||
/* Return the exception code */
|
/* Return the exception code */
|
||||||
_SEH2_YIELD(return _SEH2_GetExceptionCode());
|
_SEH2_YIELD(return _SEH2_GetExceptionCode());
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue