mirror of https://gitee.com/openkylin/qemu.git
GOTO_LABEL_PARAM for ARM
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1328 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
ba68055eab
commit
ae200d1062
|
@ -242,6 +242,7 @@ extern int __op_jmp0, __op_jmp1, __op_jmp2, __op_jmp3;
|
||||||
#endif
|
#endif
|
||||||
#ifdef __arm__
|
#ifdef __arm__
|
||||||
#define EXIT_TB() asm volatile ("b exec_loop")
|
#define EXIT_TB() asm volatile ("b exec_loop")
|
||||||
|
#define GOTO_LABEL_PARAM(n) asm volatile ("b " ASM_NAME(__op_gen_label) #n)
|
||||||
#endif
|
#endif
|
||||||
#ifdef __mc68000
|
#ifdef __mc68000
|
||||||
#define EXIT_TB() asm volatile ("rts")
|
#define EXIT_TB() asm volatile ("rts")
|
||||||
|
|
Loading…
Reference in New Issue