diff options
Diffstat (limited to 'soft-fp/floatundidf.c')
-rw-r--r-- | soft-fp/floatundidf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/floatundidf.c b/soft-fp/floatundidf.c index 53877c2f57..f40457b5d4 100644 --- a/soft-fp/floatundidf.c +++ b/soft-fp/floatundidf.c @@ -31,7 +31,8 @@ #include "soft-fp.h" #include "double.h" -DFtype __floatundidf(UDItype i) +DFtype +__floatundidf(UDItype i) { FP_DECL_EX; FP_DECL_D(A); |