diff options
Diffstat (limited to 'soft-fp/fixtfti.c')
-rw-r--r-- | soft-fp/fixtfti.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/fixtfti.c b/soft-fp/fixtfti.c index f65d739b19..2fd65a009d 100644 --- a/soft-fp/fixtfti.c +++ b/soft-fp/fixtfti.c @@ -30,7 +30,8 @@ #include "soft-fp.h" #include "quad.h" -TItype __fixtfti(TFtype a) +TItype +__fixtfti(TFtype a) { FP_DECL_EX; FP_DECL_Q(A); |