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/floatuntidf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'soft-fp/floatuntidf.c') diff --git a/soft-fp/floatuntidf.c b/soft-fp/floatuntidf.c index d533563..ec9a41c 100644 --- a/soft-fp/floatuntidf.c +++ b/soft-fp/floatuntidf.c @@ -36,6 +36,7 @@ DFtype __floatuntidf(UTItype i) FP_DECL_D(A); DFtype a; + FP_INIT_ROUNDMODE; FP_FROM_INT_D(A, i, TI_BITS, UTItype); FP_PACK_RAW_D(a, A); FP_HANDLE_EXCEPTIONS; -- cgit v1.1