diff options
Diffstat (limited to 'soft-fp/fixunssfti.c')
-rw-r--r-- | soft-fp/fixunssfti.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/fixunssfti.c b/soft-fp/fixunssfti.c index 20b07e9d1f..694f7e422e 100644 --- a/soft-fp/fixunssfti.c +++ b/soft-fp/fixunssfti.c @@ -30,7 +30,8 @@ #include "soft-fp.h" #include "single.h" -UTItype __fixunssfti(SFtype a) +UTItype +__fixunssfti(SFtype a) { FP_DECL_EX; FP_DECL_S(A); |