diff options
Diffstat (limited to 'soft-fp/floatsidf.c')
-rw-r--r-- | soft-fp/floatsidf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/floatsidf.c b/soft-fp/floatsidf.c index 967a83fbfe..04cc2e2782 100644 --- a/soft-fp/floatsidf.c +++ b/soft-fp/floatsidf.c @@ -32,7 +32,8 @@ #include "soft-fp.h" #include "double.h" -DFtype __floatsidf(SItype i) +DFtype +__floatsidf(SItype i) { FP_DECL_D(A); DFtype a; |