Re: [Qemu-devel] [PATCH 1/3] softfloat: Expand out the STATUS_PARAM macro

2015-02-03 Thread Peter Maydell
On 2 February 2015 at 21:37, Richard Henderson wrote: > On 02/02/2015 12:31 PM, Peter Maydell wrote: >> -void float_raise( int8 flags STATUS_PARAM ) >> +void float_raise(int8 flags , float_status *status) > > Extra space before comma. Thanks, fixed. I don't propose to send out a respin just for t

Re: [Qemu-devel] [PATCH 1/3] softfloat: Expand out the STATUS_PARAM macro

2015-02-02 Thread Richard Henderson
On 02/02/2015 12:31 PM, Peter Maydell wrote: > -void float_raise( int8 flags STATUS_PARAM ) > +void float_raise(int8 flags , float_status *status) Extra space before comma. r~

[Qemu-devel] [PATCH 1/3] softfloat: Expand out the STATUS_PARAM macro

2015-02-02 Thread Peter Maydell
Expand out STATUS_PARAM wherever it is used and delete the definition. Signed-off-by: Peter Maydell --- fpu/softfloat-specialize.h | 50 +++--- fpu/softfloat.c| 387 - include/fpu/softfloat.h| 332 +++---