qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] Too Many Arguments To Function gen_op_jmp_label


From: Bob Deblier
Subject: Re: [Qemu-devel] Too Many Arguments To Function gen_op_jmp_label
Date: Tue, 01 Mar 2005 20:35:22 +0100

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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]