diff options
Diffstat (limited to 'src/floppy.c')
-rw-r--r-- | src/floppy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/floppy.c b/src/floppy.c index 5e70df22..fb4e2b5e 100644 --- a/src/floppy.c +++ b/src/floppy.c @@ -727,7 +727,7 @@ floppy_13(struct bregs *regs, u8 drive) void VISIBLE handle_0e(struct bregs *regs) { - debug_enter(regs); + //debug_enter(regs); if ((inb(PORT_FD_STATUS) & 0xc0) != 0xc0) { outb(0x08, PORT_FD_DATA); // sense interrupt status while ((inb(PORT_FD_STATUS) & 0xc0) != 0xc0) |