about summary refs log tree commit diff
path: root/soft-fp/fixunsdfti.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/fixunsdfti.c')
-rw-r--r--soft-fp/fixunsdfti.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/fixunsdfti.c b/soft-fp/fixunsdfti.c
index a64e0bd2b5..653f3ee51d 100644
--- a/soft-fp/fixunsdfti.c
+++ b/soft-fp/fixunsdfti.c
@@ -36,6 +36,7 @@ UTItype __fixunsdfti(DFtype a)
   FP_DECL_D(A);
   UTItype r;
 
+  FP_INIT_EXCEPTIONS;
   FP_UNPACK_RAW_D(A, a);
   FP_TO_INT_D(r, A, TI_BITS, 0);
   FP_HANDLE_EXCEPTIONS;