diff options
Diffstat (limited to 'soft-fp/floatuntidf.c')
-rw-r--r-- | soft-fp/floatuntidf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/floatuntidf.c b/soft-fp/floatuntidf.c index ec9a41c31b..f9654ba8d7 100644 --- a/soft-fp/floatuntidf.c +++ b/soft-fp/floatuntidf.c @@ -30,7 +30,8 @@ #include "soft-fp.h" #include "double.h" -DFtype __floatuntidf(UTItype i) +DFtype +__floatuntidf(UTItype i) { FP_DECL_EX; FP_DECL_D(A); |