diff options
Diffstat (limited to 'soft-fp/fixdfti.c')
-rw-r--r-- | soft-fp/fixdfti.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/fixdfti.c b/soft-fp/fixdfti.c index 0b823774c7..8d27cd5ffa 100644 --- a/soft-fp/fixdfti.c +++ b/soft-fp/fixdfti.c @@ -30,7 +30,8 @@ #include "soft-fp.h" #include "double.h" -TItype __fixdfti(DFtype a) +TItype +__fixdfti(DFtype a) { FP_DECL_EX; FP_DECL_D(A); |