[NTOS]: Do not break into kdbg because PopFlushVolumes is not fully implemented....
authorHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 16 Sep 2014 18:43:16 +0000 (18:43 +0000)
committerHermès Bélusca-Maïto <hermes.belusca-maito@reactos.org>
Tue, 16 Sep 2014 18:43:16 +0000 (18:43 +0000)
CORE-8537 #resolve #comment Demote UNIMPLEMENTED_DBGBREAK for UNIMPLEMENTED in the non-implemented case of PopFlushVolumes. Fixes the apparent BSOD.

svn path=/trunk/; revision=64170

reactos/ntoskrnl/po/povolume.c

index 13cb5ef..053cefb 100644 (file)
@@ -299,7 +299,7 @@ PopFlushVolumes(IN BOOLEAN ShuttingDown)
     if (!(FlushPolicy & 2))
     {
         /* ReactOS only implements this routine for shutdown, which requires it */
     if (!(FlushPolicy & 2))
     {
         /* ReactOS only implements this routine for shutdown, which requires it */
-        UNIMPLEMENTED_DBGBREAK();
+        UNIMPLEMENTED;
     }
 
     /* Check if there were no volumes at all */
     }
 
     /* Check if there were no volumes at all */