aboutsummaryrefslogtreecommitdiffstats
path: root/src/ata.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ata.c')
-rw-r--r--src/ata.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ata.c b/src/ata.c
index 2e934bee..e9a8df70 100644
--- a/src/ata.c
+++ b/src/ata.c
@@ -1038,5 +1038,5 @@ ata_setup(void)
SET_BDA(disk_control_byte, 0xc0);
- enable_hwirq(14, entry_76);
+ enable_hwirq(14, FUNC16(entry_76));
}