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