From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IurZX-0001Jw-Is for qemu-devel@nongnu.org; Wed, 21 Nov 2007 10:33:03 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IurZS-0001IF-SQ for qemu-devel@nongnu.org; Wed, 21 Nov 2007 10:33:03 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IurZS-0001I9-M5 for qemu-devel@nongnu.org; Wed, 21 Nov 2007 10:32:58 -0500 Received: from blaster.systems.pipex.net ([62.241.163.7]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IurZS-0003DL-G3 for qemu-devel@nongnu.org; Wed, 21 Nov 2007 10:32:58 -0500 From: Paul Brook Subject: Re: [Qemu-devel] qemu fpu/softfloat-specialize.h fpu/softfloat.c... Date: Wed, 21 Nov 2007 15:32:55 +0000 References: <47440B0D.1050601@aurel32.net> <20071121151011.GD23909@hall.aurel32.net> In-Reply-To: <20071121151011.GD23909@hall.aurel32.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711211532.55852.paul@nowt.org> 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 Cc: Aurelien Jarno > 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