aboutsummaryrefslogtreecommitdiff
path: root/target-cris/op.c
diff options
context:
space:
mode:
Diffstat (limited to 'target-cris/op.c')
-rw-r--r--target-cris/op.c19
1 files changed, 1 insertions, 18 deletions
diff --git a/target-cris/op.c b/target-cris/op.c
index 3c50574e76..c7243b15a0 100644
--- a/target-cris/op.c
+++ b/target-cris/op.c
@@ -151,23 +151,6 @@
/* Microcode. */
-void OPPROTO op_exit_tb (void)
-{
- EXIT_TB();
-}
-
-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_break_im(void)
{
env->trapnr = PARAM1;
@@ -1268,7 +1251,7 @@ void OPPROTO op_movl_btarget_T0 (void)
RETURN();
}
-void OPPROTO op_jmp (void)
+void OPPROTO op_jmp1 (void)
{
env->pc = env->btarget;
RETURN();