diff options
Diffstat (limited to 'target-sparc/op.c')
-rw-r--r-- | target-sparc/op.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/target-sparc/op.c b/target-sparc/op.c index 0e1423b547..ce4c87885f 100644 --- a/target-sparc/op.c +++ b/target-sparc/op.c @@ -857,22 +857,6 @@ void OPPROTO op_restore(void) } #endif -void OPPROTO op_exception(void) -{ - env->exception_index = PARAM1; - cpu_loop_exit(); - FORCE_RET(); -} - -void OPPROTO op_fpexception_im(void) -{ - env->exception_index = TT_FP_EXCP; - env->fsr &= ~FSR_FTT_MASK; - env->fsr |= PARAM1; - cpu_loop_exit(); - FORCE_RET(); -} - void OPPROTO op_eval_ba(void) { T2 = 1; |