summaryrefslogtreecommitdiff
path: root/soft-fp/floatunsisf.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/floatunsisf.c')
-rw-r--r--soft-fp/floatunsisf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/floatunsisf.c b/soft-fp/floatunsisf.c
index 0a694f61a9..eb81ea0cae 100644
--- a/soft-fp/floatunsisf.c
+++ b/soft-fp/floatunsisf.c
@@ -31,7 +31,8 @@
#include "soft-fp.h"
#include "single.h"
-SFtype __floatunsisf(USItype i)
+SFtype
+__floatunsisf(USItype i)
{
FP_DECL_EX;
FP_DECL_S(A);