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/floatdisf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'soft-fp/floatdisf.c') diff --git a/soft-fp/floatdisf.c b/soft-fp/floatdisf.c index 72252e4a99..4a93793162 100644 --- a/soft-fp/floatdisf.c +++ b/soft-fp/floatdisf.c @@ -37,6 +37,7 @@ SFtype __floatdisf(DItype i) FP_DECL_S(A); SFtype a; + FP_INIT_ROUNDMODE; FP_FROM_INT_S(A, i, DI_BITS, UDItype); FP_PACK_RAW_S(a, A); FP_HANDLE_EXCEPTIONS; -- cgit 1.4.1