summaryrefslogtreecommitdiff
path: root/soft-fp/fixunstfdi.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/fixunstfdi.c')
-rw-r--r--soft-fp/fixunstfdi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/fixunstfdi.c b/soft-fp/fixunstfdi.c
index d6038fa891..4f6c2f89d4 100644
--- a/soft-fp/fixunstfdi.c
+++ b/soft-fp/fixunstfdi.c
@@ -37,6 +37,7 @@ UDItype __fixunstfdi(TFtype a)
FP_DECL_Q(A);
UDItype r;
+ FP_INIT_EXCEPTIONS;
FP_UNPACK_RAW_Q(A, a);
FP_TO_INT_Q(r, A, DI_BITS, 0);
FP_HANDLE_EXCEPTIONS;