[NTOSKRNL] Revert 6ece4e9fc2 for third tools compatibility

This commit is contained in:
Pierre Schweitzer 2018-02-08 11:50:45 +01:00
parent df5839db5b
commit e26e4445b3
No known key found for this signature in database
GPG key ID: 7545556C3D585B0B

View file

@ -1070,8 +1070,8 @@ KeBugCheckWithTf(IN ULONG BugCheckCode,
if ((BugCheckCode != MANUALLY_INITIATED_CRASH) && (KdDebuggerEnabled))
{
/* Crash on the debugger console */
DbgPrint("\n*** BugCheck: 0x%08lx\n"
" (0x%p,0x%p,0x%p,0x%p)\n\n",
DbgPrint("\n*** Fatal System Error: 0x%08lx\n"
" (0x%p,0x%p,0x%p,0x%p)\n\n",
KiBugCheckData[0],
KiBugCheckData[1],
KiBugCheckData[2],