about summary refs log tree commit diff
path: root/soft-fp/fixdfsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/fixdfsi.c')
-rw-r--r--soft-fp/fixdfsi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/fixdfsi.c b/soft-fp/fixdfsi.c
index 97f9afeb31..78f8afa19c 100644
--- a/soft-fp/fixdfsi.c
+++ b/soft-fp/fixdfsi.c
@@ -31,7 +31,8 @@
 #include "soft-fp.h"
 #include "double.h"
 
-SItype __fixdfsi(DFtype a)
+SItype
+__fixdfsi(DFtype a)
 {
   FP_DECL_EX;
   FP_DECL_D(A);