Forgot to test compilation under UP
[reactos.git] / reactos / ntoskrnl / hal / x86 / irql.c
index ebb94b0..8baafaa 100644 (file)
@@ -214,7 +214,7 @@ KfLowerIrql (KIRQL  NewIrql)
     {
       DbgPrint ("(%s:%d) NewIrql %x CurrentIrql %x\n",
                __FILE__, __LINE__, NewIrql, CurrentIrql);
-      KeDumpStackFrames (0, 32);
+      KeBugCheck(0);
       for(;;);
     }