Compile with DBG=1

svn path=/branches/xmlbuildsystem/; revision=15277
This commit is contained in:
Casper Hornstrup 2005-05-14 14:08:31 +00:00
parent 9d474ab0bd
commit 91c4967ba6

View file

@ -202,7 +202,7 @@ SerialGetPerfStats(IN PIRP pIrp)
{
PSERIAL_DEVICE_EXTENSION pDeviceExtension;
ASSERT(Irp);
ASSERT(pIrp);
pDeviceExtension = (PSERIAL_DEVICE_EXTENSION)
IoGetCurrentIrpStackLocation(pIrp)->DeviceObject->DeviceExtension;