aboutsummaryrefslogtreecommitdiff
path: root/target-sh4/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-sh4/op.c')
-rw-r--r--target-sh4/op.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/target-sh4/op.c b/target-sh4/op.c
index 1004ef4c70..955610a90a 100644
--- a/target-sh4/op.c
+++ b/target-sh4/op.c
@@ -161,12 +161,6 @@ void OPPROTO op_rts(void)
RETURN();
}
-void OPPROTO op_exit_tb(void)
-{
- EXIT_TB();
- RETURN();
-}
-
void OPPROTO op_addl_imm_T0(void)
{
T0 += PARAM1;
@@ -947,18 +941,6 @@ void OPPROTO op_movl_FT0_fpul(void)
RETURN();
}
-void OPPROTO op_goto_tb0(void)
-{
- GOTO_TB(op_goto_tb0, PARAM1, 0);
- RETURN();
-}
-
-void OPPROTO op_goto_tb1(void)
-{
- GOTO_TB(op_goto_tb1, PARAM1, 1);
- RETURN();
-}
-
void OPPROTO op_movl_imm_PC(void)
{
env->pc = PARAM1;