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.