On 20.12.2013, at 15:44, Tom Musta <tommu...@gmail.com> 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 <s...@weilnetz.de> >> Signed-off-by: Alexander Graf <ag...@suse.de> >> --- > > 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