From: Bob Deblier <bob.deblier@telenet.be>
To: Andrew Wilkinson <andrewjwilkinson@gmail.com>, qemu-devel@nongnu.org
Subject: Re: [Qemu-devel] Too Many Arguments To Function gen_op_jmp_label
Date: Tue, 01 Mar 2005 20:35:22 +0100 [thread overview]
Message-ID: <1109705722.5623.75.camel@orion> (raw)
In-Reply-To: <71ff0e50050301111376535ac3@mail.gmail.com>
On Tue, 2005-03-01 at 19:13 +0000, Andrew Wilkinson wrote:
> Hi,
>
> I'm having troubling compiling that latest cvs of qemu. I always get
> the error message given below. I suspect it has something to do with
> the fact I'm running a 64-bit install of Gentoo an AMD64 chip. Can
> anyone help me with this? Let me know if there is anymore information
> you need.
>
> Cheers,
> Andrew Wilkinson
You need to apply a patch which I've already submitted, but which hasn't
been integrated yet:
diff -p -r1.20 dyngen-exec.h
*** dyngen-exec.h 26 Jan 2005 21:30:57 -0000 1.20
--- dyngen-exec.h 1 Mar 2005 19:32:16 -0000
*************** extern int __op_jmp0, __op_jmp1, __op_jm
*** 221,226 ****
--- 221,227 ----
#endif
#ifdef __x86_64__
#define EXIT_TB() asm volatile ("ret")
+ #define GOTO_LABEL_PARAM(n) asm volatile ("jmp " ASM_NAME
(__op_gen_label) #n)
#endif
#ifdef __powerpc__
#define EXIT_TB() asm volatile ("blr")
I know there are few people who run QEMU on 64-bit systems, but please
try to support us a little better, okay?
Sincerely,
Bob Deblier
prev parent reply other threads:[~2005-03-01 19:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-03-01 19:13 [Qemu-devel] Too Many Arguments To Function gen_op_jmp_label Andrew Wilkinson
2005-03-01 19:35 ` Bob Deblier [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1109705722.5623.75.camel@orion \
--to=bob.deblier@telenet.be \
--cc=andrewjwilkinson@gmail.com \
--cc=qemu-devel@nongnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).