diff options
Diffstat (limited to 'soft-fp/trunctfsf2.c')
-rw-r--r-- | soft-fp/trunctfsf2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/trunctfsf2.c b/soft-fp/trunctfsf2.c index 751c7c8d76..aa4e7b353a 100644 --- a/soft-fp/trunctfsf2.c +++ b/soft-fp/trunctfsf2.c @@ -32,7 +32,8 @@ #include "single.h" #include "quad.h" -SFtype __trunctfsf2(TFtype a) +SFtype +__trunctfsf2(TFtype a) { FP_DECL_EX; FP_DECL_Q(A); |