diff options
Diffstat (limited to 'soft-fp/trunctfxf2.c')
-rw-r--r-- | soft-fp/trunctfxf2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/trunctfxf2.c b/soft-fp/trunctfxf2.c index 54bd673a25..37b73b2ae2 100644 --- a/soft-fp/trunctfxf2.c +++ b/soft-fp/trunctfxf2.c @@ -31,7 +31,8 @@ #include "extended.h" #include "quad.h" -XFtype __trunctfxf2(TFtype a) +XFtype +__trunctfxf2(TFtype a) { FP_DECL_EX; FP_DECL_Q(A); |