Compile with DBG=1
Modified: branches/xmlbuildsystem/reactos/drivers/dd/serial/devctrl.c
_____
Modified: branches/xmlbuildsystem/reactos/drivers/dd/serial/devctrl.c
--- branches/xmlbuildsystem/reactos/drivers/dd/serial/devctrl.c
2005-05-14 13:57:55 UTC (rev 15276)
+++ branches/xmlbuildsystem/reactos/drivers/dd/serial/devctrl.c
2005-05-14 14:08:31 UTC (rev 15277)
@@ -202,7 +202,7 @@
{
PSERIAL_DEVICE_EXTENSION pDeviceExtension;
- ASSERT(Irp);
+ ASSERT(pIrp);
pDeviceExtension = (PSERIAL_DEVICE_EXTENSION)
IoGetCurrentIrpStackLocation(pIrp)->DeviceObject->DeviceExtension;