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