mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
- Fixed a debug message in KeConnectInterrupt.
svn path=/trunk/; revision=12703
This commit is contained in:
parent
9e8add4928
commit
88c78cbdd8
1 changed files with 1 additions and 1 deletions
|
@ -493,7 +493,7 @@ KeConnectInterrupt(PKINTERRUPT InterruptObject)
|
|||
|
||||
synch_oldlvl = KeAcquireInterruptSpinLock(InterruptObject);
|
||||
|
||||
DPRINT("%x %x\n",CurrentIsr->ListHead.Flink, CurrentIsr->ListHeads.Blink);
|
||||
DPRINT("%x %x\n",CurrentIsr->ListHead.Flink, CurrentIsr->ListHead.Blink);
|
||||
|
||||
Result = HalEnableSystemInterrupt(Vector + IRQ_BASE, InterruptObject->Irql, InterruptObject->InterruptMode);
|
||||
if (Result)
|
||||
|
|
Loading…
Reference in a new issue