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