qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] 1.4.1 won't build with --enable-debug-tcg (or --enable-


From: Richard Sandiford
Subject: Re: [Qemu-devel] 1.4.1 won't build with --enable-debug-tcg (or --enable-debug)
Date: Sat, 04 May 2013 15:23:28 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2 (gnu/linux)

Juergen Lock <address@hidden> writes:
> Hi!
>
>  The failure is in the mips64-softmmu target: (at least)
>
> [...]
>   CC    mips64-softmmu/target-mips/translate.o
>  ..qemu-1.4.1/target-mips/translate.c::2780:35 : error: 
>       passing 'int' to parameter of incompatible type 'TCGv_i32'
>         gen_helper_dmult(cpu_env, acc, t0, t1);
>                                   ^~~
> [...]
>
>  Looks like this line came in with this patch by Aurelien Jarno: (Cc'd)
>
>       http://patchwork.ozlabs.org/patch/234926/

Ouch.  I can see what Michael means about scary conflicts.  The code
in the 1.4 branch looks different from both the code at the time the
patch was submitted and the code at the time the patch was applied.

Here's one fix, but maybe Aurelien has a better idea.

Richard

Attachment: 0001-target-mips-Fix-accumulator-arguments-to-gen_helper_.patch
Description: Text Data


reply via email to

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