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