Re: [Qemu-devel] [PATCH 08/20] softfloat-native: fix float*_scalbn() functions

2011-04-19 Thread Peter Maydell
On 18 April 2011 22:00, Aurelien Jarno wrote: > float*_scalbn() should be able to take a status parameter. Fix that. > > Signed-off-by: Aurelien Jarno Reviewed-by: Peter Maydell -- PMM

[Qemu-devel] [PATCH 08/20] softfloat-native: fix float*_scalbn() functions

2011-04-18 Thread Aurelien Jarno
float*_scalbn() should be able to take a status parameter. Fix that. Signed-off-by: Aurelien Jarno --- fpu/softfloat-native.h |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/fpu/softfloat-native.h b/fpu/softfloat-native.h index 97fb3c7..f497e64 100644 --- a/fpu/soft