freebsd-dev/sys/kern
Rodney W. Grimes a0ad3760a2 Changed trap.c so that a panic will occur if we do not have hardware
FP and we try to call the emulator when it is not compiled in.
Removed the #if defined(i486) || defined(i387) that use to call the
panic if we did not have a math emulator.
Removed an extranious include of i386/i386/math_emu.h from math_emulate.c.
1993-08-28 13:25:22 +00:00
..
subr_rlist.c
subr_trap.c Changed trap.c so that a panic will occur if we do not have hardware 1993-08-28 13:25:22 +00:00
tty_cons.c