summaryrefslogtreecommitdiff
path: root/soft-fp/fixunstfsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/fixunstfsi.c')
-rw-r--r--soft-fp/fixunstfsi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/fixunstfsi.c b/soft-fp/fixunstfsi.c
index 801009cd97..47d51b0478 100644
--- a/soft-fp/fixunstfsi.c
+++ b/soft-fp/fixunstfsi.c
@@ -31,7 +31,8 @@
#include "soft-fp.h"
#include "quad.h"
-USItype __fixunstfsi(TFtype a)
+USItype
+__fixunstfsi(TFtype a)
{
FP_DECL_EX;
FP_DECL_Q(A);