aboutsummaryrefslogtreecommitdiff
path: root/target-sparc/op.c
diff options
context:
space:
mode:
authorblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-21 17:59:39 +0000
committerblueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162>2008-03-21 17:59:39 +0000
commit06b3e1b3a9d2e252b1921cefe60af4513a21fe4a (patch)
treec4dd45492871e8aba82a1b752801671106f768cc /target-sparc/op.c
parentfb50d4134d6533f4151b3dd1faf1b8bad83639d1 (diff)
downloadqemu-06b3e1b3a9d2e252b1921cefe60af4513a21fe4a.zip
qemu-06b3e1b3a9d2e252b1921cefe60af4513a21fe4a.tar.gz
qemu-06b3e1b3a9d2e252b1921cefe60af4513a21fe4a.tar.bz2
Convert jumps to labels to TCG
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4094 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-sparc/op.c')
-rw-r--r--target-sparc/op.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/target-sparc/op.c b/target-sparc/op.c
index 99b9942..cc4aa14 100644
--- a/target-sparc/op.c
+++ b/target-sparc/op.c
@@ -37,11 +37,6 @@
#endif
#endif
-void OPPROTO op_jmp_label(void)
-{
- GOTO_LABEL_PARAM(1);
-}
-
#define CHECK_ALIGN_OP(align) \
void OPPROTO op_check_align_T0_ ## align (void) \
{ \