Support config driven debugging of each irq handler.
[seabios.git] / src / serial.c
index 5f5afce4654b7a131d2727f9070f9c22ff4363f6..6c38086e9a29e16a7bd2e7b48655f015b2b5d04e 100644 (file)
@@ -149,7 +149,7 @@ handle_14XX(struct bregs *regs)
 void VISIBLE16
 handle_14(struct bregs *regs)
 {
-    debug_enter(regs);
+    debug_enter(regs, DEBUG_HDL_14);
 
     irq_enable();
 
@@ -278,7 +278,7 @@ handle_17XX(struct bregs *regs)
 void VISIBLE16
 handle_17(struct bregs *regs)
 {
-    debug_enter(regs);
+    debug_enter(regs, DEBUG_HDL_17);
 
     irq_enable();