summaryrefslogtreecommitdiff
path: root/soft-fp/floatuntidf.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/floatuntidf.c')
-rw-r--r--soft-fp/floatuntidf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/floatuntidf.c b/soft-fp/floatuntidf.c
index ec9a41c31b..f9654ba8d7 100644
--- a/soft-fp/floatuntidf.c
+++ b/soft-fp/floatuntidf.c
@@ -30,7 +30,8 @@
#include "soft-fp.h"
#include "double.h"
-DFtype __floatuntidf(UTItype i)
+DFtype
+__floatuntidf(UTItype i)
{
FP_DECL_EX;
FP_DECL_D(A);