about summary refs log tree commit diff
path: root/soft-fp/floatsitf.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/floatsitf.c')
-rw-r--r--soft-fp/floatsitf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/floatsitf.c b/soft-fp/floatsitf.c
index a2c3451cf4..d5f107f8c5 100644
--- a/soft-fp/floatsitf.c
+++ b/soft-fp/floatsitf.c
@@ -32,7 +32,8 @@
 #include "soft-fp.h"
 #include "quad.h"
 
-TFtype __floatsitf(SItype i)
+TFtype
+__floatsitf(SItype i)
 {
   FP_DECL_Q(A);
   TFtype a;