mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[NTOSKRNL] Revert 6ece4e9fc2
for third tools compatibility
This commit is contained in:
parent
df5839db5b
commit
e26e4445b3
1 changed files with 2 additions and 2 deletions
|
@ -1070,7 +1070,7 @@ KeBugCheckWithTf(IN ULONG BugCheckCode,
|
|||
if ((BugCheckCode != MANUALLY_INITIATED_CRASH) && (KdDebuggerEnabled))
|
||||
{
|
||||
/* Crash on the debugger console */
|
||||
DbgPrint("\n*** BugCheck: 0x%08lx\n"
|
||||
DbgPrint("\n*** Fatal System Error: 0x%08lx\n"
|
||||
" (0x%p,0x%p,0x%p,0x%p)\n\n",
|
||||
KiBugCheckData[0],
|
||||
KiBugCheckData[1],
|
||||
|
|
Loading…
Reference in a new issue