From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:38593) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QS58G-00027V-T6 for qemu-devel@nongnu.org; Thu, 02 Jun 2011 06:28:08 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QS58F-00013s-BA for qemu-devel@nongnu.org; Thu, 02 Jun 2011 06:28:04 -0400 Received: from mail-pz0-f45.google.com ([209.85.210.45]:61185) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QS58F-00013f-1r for qemu-devel@nongnu.org; Thu, 02 Jun 2011 06:28:03 -0400 Received: by pzk30 with SMTP id 30so361940pzk.4 for ; Thu, 02 Jun 2011 03:28:01 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <4DDE9473.7030502@mail.berlios.de> References: <1306407816-3294-1-git-send-email-peter.maydell@linaro.org> <4DDE9473.7030502@mail.berlios.de> Date: Thu, 2 Jun 2011 11:28:01 +0100 Message-ID: From: Peter Maydell Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] target-arm: Fix compilation failure for 64 bit hosts List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Stefan Weil Cc: Anthony Liguori , qemu-devel@nongnu.org, patches@linaro.org Ping? thanks -- PMM On 26 May 2011 18:57, Stefan Weil wrote: > Am 26.05.2011 13:03, schrieb Peter Maydell: >> >> Use the correct _ptr aliases for manipulating the pointer to >> the fp_status; this fixes a compilation failure on 64 bit hosts. >> >> Signed-off-by: Peter Maydell >> --- >> Apologies for the build breakage. >> >> =C2=A0target-arm/translate.c | =C2=A0 18 +++++++++--------- >> =C2=A01 files changed, 9 insertions(+), 9 deletions(-) >> >> > > Acked-by: Stefan Weil