Bug fixes; get mouse working.
[seabios.git] / src / disk.c
index f7497c71d65b0a33439802bb530a9e548e720f92..8c845087c08b423b9a3ec2a4e498bf60cac74f81 100644 (file)
@@ -651,7 +651,7 @@ handle_13(struct bregs *regs)
 void VISIBLE
 handle_76(struct bregs *regs)
 {
-    debug_enter(regs);
+    debug_isr(regs);
     SET_BDA(floppy_harddisk_info, 0xff);
     eoi_both_pics();
 }