* [Qemu-devel] [patch] Define GOTO_LABEL_PARAM for arm hosts
@ 2005-03-09 23:39 Paul Brook
0 siblings, 0 replies; only message in thread
From: Paul Brook @ 2005-03-09 23:39 UTC (permalink / raw)
To: qemu-devel
The patch below defines GOTO_LABEL_PARAM for arm hosts. Qemu won't build
without this.
Paul
Index: dyngen-exec.h
===================================================================
RCS file: /cvsroot/qemu/qemu/dyngen-exec.h,v
retrieving revision 1.21
diff -u -p -r1.21 dyngen-exec.h
--- dyngen-exec.h 1 Mar 2005 22:30:59 -0000 1.21
+++ dyngen-exec.h 9 Mar 2005 23:35:05 -0000
@@ -242,6 +242,7 @@
#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")
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2005-03-10 0:29 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-03-09 23:39 [Qemu-devel] [patch] Define GOTO_LABEL_PARAM for arm hosts Paul Brook
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).