#include "fpu.h" #include "types.h" #include "exceptions.h" #ifdef HAVE_CONFIG_H #include "config.h" #else #define _(x) x #endif void fpu(Uint32 opcode) { exception(1, _("FPU not implemented")); }