From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KpmLM-0007vs-Hs for qemu-devel@nongnu.org; Tue, 14 Oct 2008 12:01:56 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KpmLK-0007tC-38 for qemu-devel@nongnu.org; Tue, 14 Oct 2008 12:01:55 -0400 Received: from [199.232.76.173] (port=37239 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KpmLI-0007sT-Ke for qemu-devel@nongnu.org; Tue, 14 Oct 2008 12:01:52 -0400 Received: from mail.codesourcery.com ([65.74.133.4]:46997) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1KpmLI-0007xq-4p for qemu-devel@nongnu.org; Tue, 14 Oct 2008 12:01:52 -0400 Date: Tue, 14 Oct 2008 09:01:48 -0700 From: Nathan Froyd Subject: Re: [Qemu-devel] [PATCH] gdbstub: remove unused local variable Message-ID: <20081014160146.GK18389@codesourcery.com> References: <48F46265.3000007@siemens.com> <20081014125710.GI18389@codesourcery.com> <20081014155031.GB25229@volta.aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20081014155031.GB25229@volta.aurel32.net> 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, Oct 14, 2008 at 05:50:31PM +0200, Aurelien Jarno wrote: > On Tue, Oct 14, 2008 at 05:57:11AM -0700, Nathan Froyd wrote: > > And if somebody wanted to fix that to return 8 instead of 4, that'd be > > great too. :) > > > > What's the rational behind that? AFAIK f0-f31 "registers" are 32-bit > "registers", even on SPARC64. Sorry, wrong CPU. I didn't look at the wider context, my mistake. -Nathan