diff options
Diffstat (limited to 'soft-fp/fixsfsi.c')
-rw-r--r-- | soft-fp/fixsfsi.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/soft-fp/fixsfsi.c b/soft-fp/fixsfsi.c index 6fffdd7378..a82bdf3072 100644 --- a/soft-fp/fixsfsi.c +++ b/soft-fp/fixsfsi.c @@ -37,6 +37,7 @@ SItype __fixsfsi(SFtype a) FP_DECL_S(A); USItype r; + FP_INIT_EXCEPTIONS; FP_UNPACK_RAW_S(A, a); FP_TO_INT_S(r, A, SI_BITS, 1); FP_HANDLE_EXCEPTIONS; |