diff options
Diffstat (limited to 'soft-fp/fixunssfdi.c')
-rw-r--r-- | soft-fp/fixunssfdi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/fixunssfdi.c b/soft-fp/fixunssfdi.c index 4d6b91c1c7..9560767720 100644 --- a/soft-fp/fixunssfdi.c +++ b/soft-fp/fixunssfdi.c @@ -31,7 +31,8 @@ #include "soft-fp.h" #include "single.h" -UDItype __fixunssfdi(SFtype a) +UDItype +__fixunssfdi(SFtype a) { FP_DECL_EX; FP_DECL_S(A); |