diff options
Diffstat (limited to 'soft-fp/fixsfti.c')
-rw-r--r-- | soft-fp/fixsfti.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/fixsfti.c b/soft-fp/fixsfti.c index 84f898b..91efb52 100644 --- a/soft-fp/fixsfti.c +++ b/soft-fp/fixsfti.c @@ -30,7 +30,8 @@ #include "soft-fp.h" #include "single.h" -TItype __fixsfti(SFtype a) +TItype +__fixsfti(SFtype a) { FP_DECL_EX; FP_DECL_S(A); |