From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iuumv-000376-6v for qemu-devel@nongnu.org; Wed, 21 Nov 2007 13:59:05 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Iuumr-000325-OW for qemu-devel@nongnu.org; Wed, 21 Nov 2007 13:59:04 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Iuumr-00031t-G5 for qemu-devel@nongnu.org; Wed, 21 Nov 2007 13:59:01 -0500 Received: from wr-out-0506.google.com ([64.233.184.235]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Iuumr-0004UW-4M for qemu-devel@nongnu.org; Wed, 21 Nov 2007 13:59:01 -0500 Received: by wr-out-0506.google.com with SMTP id c37so4781619wra for ; Wed, 21 Nov 2007 10:59:00 -0800 (PST) Message-ID: Date: Wed, 21 Nov 2007 20:58:56 +0200 From: "Blue Swirl" Subject: Re: [Qemu-devel] qemu fpu/softfloat-specialize.h fpu/softfloat.c... In-Reply-To: <83a4d4ca0711210755r794cdb3eid7091c8b1b870ae2@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47440B0D.1050601@aurel32.net> <20071121151011.GD23909@hall.aurel32.net> <200711211532.55852.paul@nowt.org> <83a4d4ca0711210755r794cdb3eid7091c8b1b870ae2@mail.gmail.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 11/21/07, Eduardo Felipe wrote: > > > 2007/11/21, Paul Brook : > > > Ok the problem comes from bad copy&paste. Please find a patch below that > > > fixes the problem on MIPS. > > > > > > av = float64_val(a); > > > - bv = float64_val(a); > > > + bv = float64_val(b); > > > > Applied, thanks for tracking this down. Sorry about the breakage. > > > > Paul > > > > > > > > > Hi, > > Shouldn't these lines in COMPARE be fixed also? > > av = float ## s ## _val(a); > \ > bv = float ## s ## _val(a); > \ > > Regards, > Edu Thanks, this fixes the Sparc boot FPU problem.