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