X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmisc.c;h=9db49e3820c3f7bde31be04f306d649bd99ac424;hb=refs%2Fheads%2Fcoreboot;hp=5cb4a01602279b0c6d0b0a07fdc05f1ac3ce1b99;hpb=ae6924dae8df004a8389215b2d5a183fb4e4841a;p=seabios.git diff --git a/src/misc.c b/src/misc.c index 5cb4a01..9db49e3 100644 --- a/src/misc.c +++ b/src/misc.c @@ -66,7 +66,7 @@ mathcp_setup(void) dprintf(3, "math cp init\n"); // 80x87 coprocessor installed SETBITS_BDA(equipment_list_flags, 0x02); - enable_hwirq(13, entry_75); + enable_hwirq(13, FUNC16(entry_75)); } // INT 75 - IRQ13 - MATH COPROCESSOR EXCEPTION