diff options
Diffstat (limited to 'soft-fp/fixunstfdi.c')
-rw-r--r-- | soft-fp/fixunstfdi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/fixunstfdi.c b/soft-fp/fixunstfdi.c index 4f6c2f89d4..d4a0b7d707 100644 --- a/soft-fp/fixunstfdi.c +++ b/soft-fp/fixunstfdi.c @@ -31,7 +31,8 @@ #include "soft-fp.h" #include "quad.h" -UDItype __fixunstfdi(TFtype a) +UDItype +__fixunstfdi(TFtype a) { FP_DECL_EX; FP_DECL_Q(A); |