* Sync up to trunk head (r60691).
[reactos.git] / ntoskrnl / cache / cachesub.c
index f9a949d..56d50ab 100644 (file)
@@ -131,8 +131,7 @@ CcGetFlushedValidData(IN PSECTION_OBJECT_POINTERS SectionObjectPointer,
                       IN BOOLEAN CcInternalCaller)
 {
     LARGE_INTEGER Result = {{0}};
-    UNIMPLEMENTED;
-    while (TRUE);
+    UNIMPLEMENTED_DBGBREAK();
     return Result;
 }