From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:34760) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vu1Jw-0008Ha-DN for qemu-devel@nongnu.org; Fri, 20 Dec 2013 09:45:01 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vu1Jr-000684-Mt for qemu-devel@nongnu.org; Fri, 20 Dec 2013 09:44:56 -0500 Message-ID: <52B457D5.7070003@gmail.com> Date: Fri, 20 Dec 2013 08:44:37 -0600 From: Tom Musta MIME-Version: 1.0 References: <1387533710-19630-1-git-send-email-agraf@suse.de> In-Reply-To: <1387533710-19630-1-git-send-email-agraf@suse.de> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] PPC: Fix compilation with TCG debug List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Alexander Graf , QEMU Developers Cc: Stefan Weil , "qemu-ppc@nongnu.org" , Richard Henderson 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 > Signed-off-by: Alexander Graf > --- Alex: I suspect my other VSX patches have the same problem. I will look at those.