- Replace some usages of KEBUGCHECK(0) with correct bug check codes.
[reactos.git] / reactos / ntoskrnl / cc / fs.c
index 8e8b3d5..118a9bf 100644 (file)
@@ -176,7 +176,7 @@ CcSetFileSizes (IN PFILE_OBJECT FileObject,
           else
           {
              DPRINT1("Anyone has referenced a cache segment behind the new size.\n");
-             KEBUGCHECK(0);
+             KEBUGCHECKCC;
           }
        }
      }