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/floatundidf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'soft-fp/floatundidf.c') diff --git a/soft-fp/floatundidf.c b/soft-fp/floatundidf.c index 1babcec8e0..53877c2f57 100644 --- a/soft-fp/floatundidf.c +++ b/soft-fp/floatundidf.c @@ -37,6 +37,7 @@ DFtype __floatundidf(UDItype i) FP_DECL_D(A); DFtype a; + FP_INIT_ROUNDMODE; FP_FROM_INT_D(A, i, DI_BITS, UDItype); FP_PACK_RAW_D(a, A); FP_HANDLE_EXCEPTIONS; -- cgit v1.2.3