From 98998e9f518e3b76c2bf63f825f930bd7f6486f1 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sat, 12 Oct 2013 12:21:04 +0000 Subject: soft-fp: add missing FP_INIT_EXCEPTIONS and FP_INIT_ROUNDMODE calls. --- soft-fp/fixdfsi.c | 1 + 1 file changed, 1 insertion(+) (limited to 'soft-fp/fixdfsi.c') diff --git a/soft-fp/fixdfsi.c b/soft-fp/fixdfsi.c index f0c9960..97f9afe 100644 --- a/soft-fp/fixdfsi.c +++ b/soft-fp/fixdfsi.c @@ -37,6 +37,7 @@ SItype __fixdfsi(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, 1); FP_HANDLE_EXCEPTIONS; -- cgit v1.1