qemu-ppc
[Top][All Lists]
Advanced

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

Re: [Qemu-ppc] [PATCH] PPC: Fix compilation with TCG debug


From: Alexander Graf
Subject: Re: [Qemu-ppc] [PATCH] PPC: Fix compilation with TCG debug
Date: Fri, 20 Dec 2013 16:27:21 +0100

On 20.12.2013, at 15:44, Tom Musta <address@hidden> wrote:

> On 12/20/2013 4:01 AM, Alexander Graf wrote:
>> The recent VSX patches broken compilation of QEMU when configurated
>> with --enable-debug, as it was treating "target long" TCG variables
>> as "i64" which is not true for 32bit targets.
>> 
>> This patch fixes all the places that the compiler has found to use
>> the correct variable type and if necessary manually cast.
>> 
>> Reported-by: Stefan Weil <address@hidden>
>> Signed-off-by: Alexander Graf <address@hidden>
>> ---
> 
> Alex:  I suspect my other VSX patches have the same problem.  I will look at
> those.

Yes, please. Make sure to always compile ppc-softmmu alongside ppc64-softmmu 
and use --enable-debug when working on TCG.


Alex




reply via email to

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