about summary refs log tree commit diff
path: root/soft-fp/fixsfdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/fixsfdi.c')
-rw-r--r--soft-fp/fixsfdi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/fixsfdi.c b/soft-fp/fixsfdi.c
index 564b96c4cb..c34bec5a93 100644
--- a/soft-fp/fixsfdi.c
+++ b/soft-fp/fixsfdi.c
@@ -31,7 +31,8 @@
 #include "soft-fp.h"
 #include "single.h"
 
-DItype __fixsfdi(SFtype a)
+DItype
+__fixsfdi(SFtype a)
 {
   FP_DECL_EX;
   FP_DECL_S(A);