mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
- Add a comment and debug print
svn path=/trunk/; revision=42924
This commit is contained in:
parent
f022f9092b
commit
9bf4e79360
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@ KiRaiseException(IN PEXCEPTION_RECORD ExceptionRecord,
|
|||
}
|
||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||
{
|
||||
/* Don't fail silently */
|
||||
DPRINT1("KiRaiseException: Failed to Probe\n"),
|
||||
DbgBreakPoint();
|
||||
|
||||
/* Return the exception code */
|
||||
|
|
Loading…
Reference in a new issue