diff options
Diffstat (limited to 'soft-fp/floatdidf.c')
-rw-r--r-- | soft-fp/floatdidf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/floatdidf.c b/soft-fp/floatdidf.c index 70082e11b3..4413e68de4 100644 --- a/soft-fp/floatdidf.c +++ b/soft-fp/floatdidf.c @@ -31,7 +31,8 @@ #include "soft-fp.h" #include "double.h" -DFtype __floatdidf(DItype i) +DFtype +__floatdidf(DItype i) { FP_DECL_EX; FP_DECL_D(A); |