From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Iurvb-00026n-8z for qemu-devel@nongnu.org; Wed, 21 Nov 2007 10:55:51 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IurvZ-00026J-TC for qemu-devel@nongnu.org; Wed, 21 Nov 2007 10:55:50 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IurvZ-00026A-JG for qemu-devel@nongnu.org; Wed, 21 Nov 2007 10:55:49 -0500 Received: from nz-out-0506.google.com ([64.233.162.225]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IurvZ-0002H3-AH for qemu-devel@nongnu.org; Wed, 21 Nov 2007 10:55:49 -0500 Received: by nz-out-0506.google.com with SMTP id f1so8318980nzc for ; Wed, 21 Nov 2007 07:55:41 -0800 (PST) Message-ID: <83a4d4ca0711210755r794cdb3eid7091c8b1b870ae2@mail.gmail.com> Date: Wed, 21 Nov 2007 16:55:40 +0100 From: "Eduardo Felipe" Subject: Re: [Qemu-devel] qemu fpu/softfloat-specialize.h fpu/softfloat.c... In-Reply-To: <200711211532.55852.paul@nowt.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_26552_25875174.1195660540708" References: <47440B0D.1050601@aurel32.net> <20071121151011.GD23909@hall.aurel32.net> <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 ------=_Part_26552_25875174.1195660540708 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline 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 ------=_Part_26552_25875174.1195660540708 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline

2007/11/21, Paul Brook <paul@nowt.org>:
> 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 ------=_Part_26552_25875174.1195660540708--