summaryrefslogtreecommitdiff
path: root/soft-fp/fixunsdfsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/fixunsdfsi.c')
-rw-r--r--soft-fp/fixunsdfsi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/fixunsdfsi.c b/soft-fp/fixunsdfsi.c
index 43287b0073..fad5e353cf 100644
--- a/soft-fp/fixunsdfsi.c
+++ b/soft-fp/fixunsdfsi.c
@@ -37,6 +37,7 @@ USItype __fixunsdfsi(DFtype a)
FP_DECL_D(A);
USItype r;
+ FP_INIT_EXCEPTIONS;
FP_UNPACK_RAW_D(A, a);
FP_TO_INT_D(r, A, SI_BITS, 0);
FP_HANDLE_EXCEPTIONS;