[Qemu-devel] [PATCH 02/20] softfloat: fix floatx80_is_infinity()

2011-04-18 Thread Aurelien Jarno
With floatx80, the explicit bit is set for infinity. Signed-off-by: Aurelien Jarno --- fpu/softfloat.h |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fpu/softfloat.h b/fpu/softfloat.h index 340f0a9..3363128 100644 --- a/fpu/softfloat.h +++ b/fpu/softfloat.h @@ -566,7 +

Re: [Qemu-devel] [PATCH 02/20] softfloat: fix floatx80_is_infinity()

2011-04-19 Thread Peter Maydell
On 18 April 2011 21:59, Aurelien Jarno wrote: > With floatx80, the explicit bit is set for infinity. > > Signed-off-by: Aurelien Jarno Reviewed-by: Peter Maydell -- PMM