diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-02-10 00:35:01 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-02-12 21:05:05 -0500 |
commit | 3a735baa31f6014e205a4892dc2ab95dc81af797 (patch) | |
tree | 5e0147590e0ee7e536b746d8278358daf5ede4f8 /src/misc.c | |
parent | 9f08c905aedd43fc2e5c70511f0c68500ed31748 (diff) | |
download | seabios-3a735baa31f6014e205a4892dc2ab95dc81af797.tar.gz |
The mathcp setup touches the PIC and thus move to the "setup" phase.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'src/misc.c')
-rw-r--r-- | src/misc.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ handle_02(void) } void -mathcp_init(void) +mathcp_setup(void) { dprintf(3, "math cp init\n"); // 80x87 coprocessor installed |