mirror of
https://github.com/reactos/reactos.git
synced 2025-01-04 21:38:43 +00:00
Compile with DBG=1
svn path=/branches/xmlbuildsystem/; revision=15277
This commit is contained in:
parent
9d474ab0bd
commit
91c4967ba6
1 changed files with 1 additions and 1 deletions
|
@ -202,7 +202,7 @@ SerialGetPerfStats(IN PIRP pIrp)
|
||||||
{
|
{
|
||||||
PSERIAL_DEVICE_EXTENSION pDeviceExtension;
|
PSERIAL_DEVICE_EXTENSION pDeviceExtension;
|
||||||
|
|
||||||
ASSERT(Irp);
|
ASSERT(pIrp);
|
||||||
pDeviceExtension = (PSERIAL_DEVICE_EXTENSION)
|
pDeviceExtension = (PSERIAL_DEVICE_EXTENSION)
|
||||||
IoGetCurrentIrpStackLocation(pIrp)->DeviceObject->DeviceExtension;
|
IoGetCurrentIrpStackLocation(pIrp)->DeviceObject->DeviceExtension;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue