diff options
Diffstat (limited to 'soft-fp/fixdfdi.c')
-rw-r--r-- | soft-fp/fixdfdi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/fixdfdi.c b/soft-fp/fixdfdi.c index 71ce1d4d71..c426018032 100644 --- a/soft-fp/fixdfdi.c +++ b/soft-fp/fixdfdi.c @@ -37,6 +37,7 @@ DItype __fixdfdi(DFtype a) FP_DECL_D(A); UDItype r; + FP_INIT_EXCEPTIONS; FP_UNPACK_RAW_D(A, a); FP_TO_INT_D(r, A, DI_BITS, 1); FP_HANDLE_EXCEPTIONS; |