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