diff options
Diffstat (limited to 'soft-fp/fixunstfti.c')
-rw-r--r-- | soft-fp/fixunstfti.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/fixunstfti.c b/soft-fp/fixunstfti.c index 1a959aa517..6dd8697183 100644 --- a/soft-fp/fixunstfti.c +++ b/soft-fp/fixunstfti.c @@ -30,7 +30,8 @@ #include "soft-fp.h" #include "quad.h" -UTItype __fixunstfti(TFtype a) +UTItype +__fixunstfti(TFtype a) { FP_DECL_EX; FP_DECL_Q(A); |