about summary refs log tree commit diff
path: root/soft-fp/fixtfsi.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/fixtfsi.c')
-rw-r--r--soft-fp/fixtfsi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/fixtfsi.c b/soft-fp/fixtfsi.c
index 8f27ff66f0..320c066e70 100644
--- a/soft-fp/fixtfsi.c
+++ b/soft-fp/fixtfsi.c
@@ -37,6 +37,7 @@ SItype __fixtfsi(TFtype a)
   FP_DECL_Q(A);
   USItype r;
 
+  FP_INIT_EXCEPTIONS;
   FP_UNPACK_RAW_Q(A, a);
   FP_TO_INT_Q(r, A, SI_BITS, 1);
   FP_HANDLE_EXCEPTIONS;