diff options
Diffstat (limited to 'soft-fp/floatdisf.c')
-rw-r--r-- | soft-fp/floatdisf.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/floatdisf.c b/soft-fp/floatdisf.c index 4a93793..2b54d1f 100644 --- a/soft-fp/floatdisf.c +++ b/soft-fp/floatdisf.c @@ -31,7 +31,8 @@ #include "soft-fp.h" #include "single.h" -SFtype __floatdisf(DItype i) +SFtype +__floatdisf(DItype i) { FP_DECL_EX; FP_DECL_S(A); |