- Don't use KeBugCheck(0) -- 0 is an invalid bugcode. Use a proper bugcode, DbgBreakP...
[reactos.git] / reactos / drivers / wdm / audio / backpln / portcls / adapter.cpp
index edc5673..5491a23 100644 (file)
@@ -232,7 +232,7 @@ PcRegisterSubdevice(
     if (!DeviceExt)
     {
         // should not happen
-        KeBugCheck(0);
+        DbgBreakPoint();
         return STATUS_UNSUCCESSFUL;
     }