mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 09:13:01 +00:00
Yet another DPRINT fix.
svn path=/trunk/; revision=16414
This commit is contained in:
parent
8f08cb04c9
commit
199b9bce22
1 changed files with 1 additions and 1 deletions
|
@ -473,7 +473,7 @@ KeConnectInterrupt(PKINTERRUPT InterruptObject)
|
||||||
if (Result)
|
if (Result)
|
||||||
{
|
{
|
||||||
InsertTailList(&CurrentIsr->ListHead,&InterruptObject->InterruptListEntry);
|
InsertTailList(&CurrentIsr->ListHead,&InterruptObject->InterruptListEntry);
|
||||||
DPRINT("%x %x\n",InterruptObject->InterruptListEntry.Flink, InterruptObject->Entry.Blink);
|
DPRINT("%x %x\n",InterruptObject->InterruptListEntry.Flink, InterruptObject->InterruptListEntry.Blink);
|
||||||
}
|
}
|
||||||
|
|
||||||
InterruptObject->Connected = TRUE;
|
InterruptObject->Connected = TRUE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue