mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 06:16:38 +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)
|
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||||
{
|
{
|
||||||
|
/* Don't fail silently */
|
||||||
|
DPRINT1("KiRaiseException: Failed to Probe\n"),
|
||||||
DbgBreakPoint();
|
DbgBreakPoint();
|
||||||
|
|
||||||
/* Return the exception code */
|
/* Return the exception code */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue