From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:59277) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPeo6-0002rP-5m for qemu-devel@nongnu.org; Thu, 26 May 2011 13:57:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QPeo5-0006tf-7Z for qemu-devel@nongnu.org; Thu, 26 May 2011 13:57:14 -0400 Received: from moutng.kundenserver.de ([212.227.17.8]:63560) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QPeo4-0006tS-RJ for qemu-devel@nongnu.org; Thu, 26 May 2011 13:57:13 -0400 Message-ID: <4DDE9473.7030502@mail.berlios.de> Date: Thu, 26 May 2011 19:57:07 +0200 From: Stefan Weil MIME-Version: 1.0 References: <1306407816-3294-1-git-send-email-peter.maydell@linaro.org> In-Reply-To: <1306407816-3294-1-git-send-email-peter.maydell@linaro.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit 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: Peter Maydell Cc: Anthony Liguori , qemu-devel@nongnu.org, patches@linaro.org 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. > > target-arm/translate.c | 18 +++++++++--------- > 1 files changed, 9 insertions(+), 9 deletions(-) > > Acked-by: Stefan Weil