aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dyngen-exec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/dyngen-exec.h b/dyngen-exec.h
index ba061c372f..d8ecc02ffb 100644
--- a/dyngen-exec.h
+++ b/dyngen-exec.h
@@ -242,6 +242,7 @@ extern int __op_jmp0, __op_jmp1, __op_jmp2, __op_jmp3;
#endif
#ifdef __arm__
#define EXIT_TB() asm volatile ("b exec_loop")
+#define GOTO_LABEL_PARAM(n) asm volatile ("b " ASM_NAME(__op_gen_label) #n)
#endif
#ifdef __mc68000
#define EXIT_TB() asm volatile ("rts")