A Total Overhaul on the Lunaix's Virtual Memory Model (#26)
[lunaix-os.git] / lunaix-os / arch / i386 / exceptions / i386_isrm.c
index 062853506cd9d4d14790d90603d3987e7808a9dc..f1facf91a5a46fe1e3118411c32340c80343d662 100644 (file)
@@ -90,7 +90,7 @@ isrm_bindirq(int irq, isr_cb irq_handler)
 {
     int iv;
     if (!(iv = isrm_ivexalloc(irq_handler))) {
 {
     int iv;
     if (!(iv = isrm_ivexalloc(irq_handler))) {
-        panickf("out of IV resource. (irq=%d)", irq);
+        fail("out of IV resource.");
         return 0; // never reach
     }
 
         return 0; // never reach
     }