mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 12:26:09 +00:00
[NTOSKRNL]
Fix a DPRINT svn path=/trunk/; revision=53703
This commit is contained in:
parent
3a93089ba7
commit
ca9e3a9c67
1 changed files with 4 additions and 4 deletions
|
@ -171,7 +171,7 @@ KiUnexpectedInterruptTailHandler(IN PKTRAP_FRAME TrapFrame)
|
||||||
if (HalBeginSystemInterrupt(HIGH_LEVEL, TrapFrame->ErrCode, &OldIrql))
|
if (HalBeginSystemInterrupt(HIGH_LEVEL, TrapFrame->ErrCode, &OldIrql))
|
||||||
{
|
{
|
||||||
/* Warn user */
|
/* Warn user */
|
||||||
DPRINT1("\n\x7\x7!!! Unexpected Interrupt %02lx !!!\n");
|
DPRINT1("\n\x7\x7!!! Unexpected Interrupt 0x%02lx !!!\n", TrapFrame->ErrCode);
|
||||||
|
|
||||||
/* Now call the epilogue code */
|
/* Now call the epilogue code */
|
||||||
KiExitInterrupt(TrapFrame, OldIrql, FALSE);
|
KiExitInterrupt(TrapFrame, OldIrql, FALSE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue