[ros-diffs] [tkreuzer] 45997: [WDM] reenable the ASSERT in IoSkipCurrentIrpStackLocation

tkreuzer at svn.reactos.org tkreuzer at svn.reactos.org
Mon Mar 8 06:00:38 CET 2010


Author: tkreuzer
Date: Mon Mar  8 06:00:38 2010
New Revision: 45997

URL: http://svn.reactos.org/svn/reactos?rev=45997&view=rev
Log:
[WDM]
reenable the ASSERT in IoSkipCurrentIrpStackLocation

Modified:
    branches/header-work/include/ddk/wdm.h

Modified: branches/header-work/include/ddk/wdm.h
URL: http://svn.reactos.org/svn/reactos/branches/header-work/include/ddk/wdm.h?rev=45997&r1=45996&r2=45997&view=diff
==============================================================================
--- branches/header-work/include/ddk/wdm.h [iso-8859-1] (original)
+++ branches/header-work/include/ddk/wdm.h [iso-8859-1] Mon Mar  8 06:00:38 2010
@@ -8929,7 +8929,7 @@
 IoSkipCurrentIrpStackLocation (
   IN OUT PIRP Irp)
 {
-  //ASSERT(Irp->CurrentLocation <= Irp->StackCount); FIXME: ReactOS is broken!
+  ASSERT(Irp->CurrentLocation <= Irp->StackCount);
   Irp->CurrentLocation++;
   Irp->Tail.Overlay.CurrentStackLocation++;
 }




More information about the Ros-diffs mailing list