mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 18:35:41 +00:00
- ...fix typo
svn path=/trunk/; revision=42925
This commit is contained in:
parent
9bf4e79360
commit
4a1bc02d08
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ KiRaiseException(IN PEXCEPTION_RECORD ExceptionRecord,
|
||||||
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
_SEH2_EXCEPT(EXCEPTION_EXECUTE_HANDLER)
|
||||||
{
|
{
|
||||||
/* Don't fail silently */
|
/* Don't fail silently */
|
||||||
DPRINT1("KiRaiseException: Failed to Probe\n"),
|
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