On 11/21/07, Eduardo Felipe <[EMAIL PROTECTED]> wrote: > > > 2007/11/21, Paul Brook <[EMAIL PROTECTED]>: > > > 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.