about summary refs log tree commit diff
path: root/soft-fp/floatdisf.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/floatdisf.c')
-rw-r--r--soft-fp/floatdisf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/floatdisf.c b/soft-fp/floatdisf.c
index 4a93793162..2b54d1fc78 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);