qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qemu fpu/softfloat-specialize.h fpu/softfloat.c...


From: Thiemo Seufer
Subject: Re: [Qemu-devel] qemu fpu/softfloat-specialize.h fpu/softfloat.c...
Date: Thu, 22 Nov 2007 00:48:20 +0000
User-agent: Mutt/1.5.16 (2007-06-11)

Paul Brook wrote:
> > 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.

I saw the FP breakage as well and can confirm it now works again.


Thanks,
Thiemo




reply via email to

[Prev in Thread] Current Thread [Next in Thread]