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 a8942cf0..6491b969 100644 --- a/src/floppy.c +++ b/src/floppy.c @@ -139,7 +139,7 @@ floppy_setup(void) outb(0x02, PORT_DMA1_MASK_REG); - enable_hwirq(6, entry_0e); + enable_hwirq(6, FUNC16(entry_0e)); } // Find a floppy type that matches a given image size. |