mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fix deleted line.
svn path=/trunk/; revision=11518
This commit is contained in:
parent
7cc191567e
commit
a30fcc1117
1 changed files with 1 additions and 0 deletions
|
@ -191,6 +191,7 @@ IoSecondStageCompletion(
|
||||||
}
|
}
|
||||||
|
|
||||||
DPRINT("Tail Value %x, Irp Value %x\n", Irp->Tail.Overlay.CurrentStackLocation - (PIO_STACK_LOCATION)(Irp+1), Irp->CurrentLocation);
|
DPRINT("Tail Value %x, Irp Value %x\n", Irp->Tail.Overlay.CurrentStackLocation - (PIO_STACK_LOCATION)(Irp+1), Irp->CurrentLocation);
|
||||||
|
IoStack = (PIO_STACK_LOCATION)(Irp+1) + Irp->CurrentLocation;
|
||||||
DeviceObject = IoStack->DeviceObject;
|
DeviceObject = IoStack->DeviceObject;
|
||||||
|
|
||||||
DPRINT("IoSecondStageCompletion(Irp %x, PriorityBoost %d)\n", Irp, PriorityBoost);
|
DPRINT("IoSecondStageCompletion(Irp %x, PriorityBoost %d)\n", Irp, PriorityBoost);
|
||||||
|
|
Loading…
Reference in a new issue