K 10 svn:author V 7 rgrimes K 8 svn:date V 27 1993-08-28T13:25:22.000000Z K 7 svn:log V 317 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. END