diff options
Diffstat (limited to 'soft-fp/fixtfsi.c')
-rw-r--r-- | soft-fp/fixtfsi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/fixtfsi.c b/soft-fp/fixtfsi.c index 320c066e70..e2096cb6e5 100644 --- a/soft-fp/fixtfsi.c +++ b/soft-fp/fixtfsi.c @@ -31,7 +31,8 @@ #include "soft-fp.h" #include "quad.h" -SItype __fixtfsi(TFtype a) +SItype +__fixtfsi(TFtype a) { FP_DECL_EX; FP_DECL_Q(A); |