[NTOSKRNL-CMLIB]
[reactos.git] / reactos / ntoskrnl / ke / dpc.c
index 577fefb..4777237 100644 (file)
@@ -779,9 +779,7 @@ KeInsertQueueDpc(IN PKDPC Dpc,
             if (!(Prcb->DpcThreadActive) && !(Prcb->DpcThreadRequested))
             {
                 /* FIXME: Setup Threaded DPC */
-                DPRINT1("Threaded DPC not supported\n");
-                ASSERT(FALSE);
-                while (TRUE);
+                UNIMPLEMENTED_FATAL("Threaded DPC not supported\n");
             }
         }
         else