]> git.proxmox.com Git - qemu.git/blobdiff - target-arm/op.c
use the TCG code generator
[qemu.git] / target-arm / op.c
index 216944af59e034c45d882ea98a7cc47881f15c30..c2d33ca3283bbd826dba7e6e6b91586fa9c17fe3 100644 (file)
@@ -364,21 +364,6 @@ void OPPROTO op_testn_T0(void)
     FORCE_RET();
 }
 
-void OPPROTO op_goto_tb0(void)
-{
-    GOTO_TB(op_goto_tb0, PARAM1, 0);
-}
-
-void OPPROTO op_goto_tb1(void)
-{
-    GOTO_TB(op_goto_tb1, PARAM1, 1);
-}
-
-void OPPROTO op_exit_tb(void)
-{
-    EXIT_TB();
-}
-
 void OPPROTO op_movl_T0_cpsr(void)
 {
     /* Execution state bits always read as zero.  */