about summary refs log tree commit diff
path: root/soft-fp/floattidf.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/floattidf.c')
-rw-r--r--soft-fp/floattidf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/floattidf.c b/soft-fp/floattidf.c
index aad11cb008..004fab45e0 100644
--- a/soft-fp/floattidf.c
+++ b/soft-fp/floattidf.c
@@ -30,7 +30,8 @@
 #include "soft-fp.h"
 #include "double.h"
 
-DFtype __floattidf(TItype i)
+DFtype
+__floattidf(TItype i)
 {
   FP_DECL_EX;
   FP_DECL_D(A);