diff options
Diffstat (limited to 'soft-fp/truncdfsf2.c')
-rw-r--r-- | soft-fp/truncdfsf2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/truncdfsf2.c b/soft-fp/truncdfsf2.c index e9a7223674..f8b7d17cd2 100644 --- a/soft-fp/truncdfsf2.c +++ b/soft-fp/truncdfsf2.c @@ -32,7 +32,8 @@ #include "single.h" #include "double.h" -SFtype __truncdfsf2(DFtype a) +SFtype +__truncdfsf2(DFtype a) { FP_DECL_EX; FP_DECL_D(A); |