diff options
Diffstat (limited to 'target-sparc/op.c')
-rw-r--r-- | target-sparc/op.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/target-sparc/op.c b/target-sparc/op.c index 99b9942e00..cc4aa14acb 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) \ { \ |