diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-06-26 19:53:29 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2006-06-26 19:53:29 +0000 |
commit | a80dde08372ca86b48363dfee019af0dc3bc97aa (patch) | |
tree | 816f9969502e850e0e1cd3ecb5567170342c6d0b /target-sparc/op.c | |
parent | 29133e9a0fff5775f8a1bef8671802a8624fc2c4 (diff) |
SPARC FPU optimization (Blue Swirl)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2023 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc/op.c')
-rw-r--r-- | target-sparc/op.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/target-sparc/op.c b/target-sparc/op.c index d5df859db1..f6d417f475 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; |