summaryrefslogtreecommitdiffstats
path: root/target-sparc/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-sparc/op.c')
-rw-r--r--target-sparc/op.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/target-sparc/op.c b/target-sparc/op.c
index d5df859..f6d417f 100644
--- a/target-sparc/op.c
+++ b/target-sparc/op.c
@@ -1017,15 +1017,6 @@ void OPPROTO op_trapcc_T0(void)
FORCE_RET();
}
-void OPPROTO op_trap_ifnofpu(void)
-{
- if (!env->psref) {
- env->exception_index = TT_NFPU_INSN;
- cpu_loop_exit();
- }
- FORCE_RET();
-}
-
void OPPROTO op_fpexception_im(void)
{
env->exception_index = TT_FP_EXCP;
OpenPOWER on IntegriCloud