summaryrefslogtreecommitdiff
path: root/soft-fp/fixunssfti.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/fixunssfti.c')
-rw-r--r--soft-fp/fixunssfti.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/fixunssfti.c b/soft-fp/fixunssfti.c
index ae96b30702..20b07e9d1f 100644
--- a/soft-fp/fixunssfti.c
+++ b/soft-fp/fixunssfti.c
@@ -36,6 +36,7 @@ UTItype __fixunssfti(SFtype a)
FP_DECL_S(A);
UTItype r;
+ FP_INIT_EXCEPTIONS;
FP_UNPACK_RAW_S(A, a);
FP_TO_INT_S(r, A, TI_BITS, 0);
FP_HANDLE_EXCEPTIONS;