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