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