diff options
Diffstat (limited to 'soft-fp/fixunsdfdi.c')
-rw-r--r-- | soft-fp/fixunsdfdi.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/soft-fp/fixunsdfdi.c b/soft-fp/fixunsdfdi.c index 22f9739..ae4e5f5 100644 --- a/soft-fp/fixunsdfdi.c +++ b/soft-fp/fixunsdfdi.c @@ -31,7 +31,8 @@ #include "soft-fp.h" #include "double.h" -UDItype __fixunsdfdi(DFtype a) +UDItype +__fixunsdfdi(DFtype a) { FP_DECL_EX; FP_DECL_D(A); |