aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/op.c
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-06 20:09:54 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-06 20:09:54 +0000
commit134d77a14b969edf77117f34d9859bb667f9c922 (patch)
tree56a5bdfaca0ec1ea0a7b7bca2fb8436c386adc20 /target-sparc/op.c
parenta3ffaf3060e70b036ac082f0772eb7b814f865ed (diff)
Convert exception ops to TCG
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4022 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc/op.c')
-rw-r--r--target-sparc/op.c16
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;