From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LDRkc-0004Kv-3s for qemu-devel@nongnu.org; Thu, 18 Dec 2008 17:53:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LDRkb-0004Ka-Gq for qemu-devel@nongnu.org; Thu, 18 Dec 2008 17:53:49 -0500 Received: from [199.232.76.173] (port=41254 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LDRkb-0004KR-96 for qemu-devel@nongnu.org; Thu, 18 Dec 2008 17:53:49 -0500 Received: from hall.aurel32.net ([88.191.82.174]:58185) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1LDRka-0000So-Ll for qemu-devel@nongnu.org; Thu, 18 Dec 2008 17:53:49 -0500 Received: from volta.aurel32.net ([2002:52e8:2fb:1:21e:8cff:feb0:693b]) by hall.aurel32.net with esmtpsa (TLS-1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.63) (envelope-from ) id 1LDRkZ-00083e-7p for qemu-devel@nongnu.org; Thu, 18 Dec 2008 23:53:47 +0100 Received: from aurel32 by volta.aurel32.net with local (Exim 4.69) (envelope-from ) id 1LDRkY-00043Q-Lz for qemu-devel@nongnu.org; Thu, 18 Dec 2008 23:53:46 +0100 Date: Thu, 18 Dec 2008 23:53:46 +0100 From: Aurelien Jarno Subject: Re: [Qemu-devel] [PATCH] Fix type of spe_acc. Message-ID: <20081218225346.GH12048@volta.aurel32.net> References: <1229459562-1637-1-git-send-email-froydnj@codesourcery.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-15 Content-Disposition: inline In-Reply-To: <1229459562-1637-1-git-send-email-froydnj@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org On Tue, Dec 16, 2008 at 12:32:42PM -0800, Nathan Froyd wrote: > ACC is a 64-bit register and needs to be specified as such regardless of > the target. > > Signed-off-by: Nathan Froyd Thanks, applied. > --- > target-ppc/cpu.h | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/target-ppc/cpu.h b/target-ppc/cpu.h > index 5bfa4a0..113bba5 100644 > --- a/target-ppc/cpu.h > +++ b/target-ppc/cpu.h > @@ -609,7 +609,7 @@ struct CPUPPCState { > ppc_avr_t avr[32]; > uint32_t vscr; > /* SPE registers */ > - target_ulong spe_acc; > + uint64_t spe_acc; > float_status spe_status; > uint32_t spe_fscr; > > -- > 1.6.0.5 > > > > -- .''`. Aurelien Jarno | GPG: 1024D/F1BCDB73 : :' : Debian developer | Electrical Engineer `. `' aurel32@debian.org | aurelien@aurel32.net `- people.debian.org/~aurel32 | www.aurel32.net