aboutsummaryrefslogtreecommitdiff
path: root/soft-fp/floatunsidf.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/floatunsidf.c')
-rw-r--r--soft-fp/floatunsidf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/floatunsidf.c b/soft-fp/floatunsidf.c
index 3d9656f..d9d3b5b 100644
--- a/soft-fp/floatunsidf.c
+++ b/soft-fp/floatunsidf.c
@@ -32,7 +32,8 @@
#include "soft-fp.h"
#include "double.h"
-DFtype __floatunsidf(USItype i)
+DFtype
+__floatunsidf(USItype i)
{
FP_DECL_D(A);
DFtype a;