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