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/floatuntitf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'soft-fp/floatuntitf.c') diff --git a/soft-fp/floatuntitf.c b/soft-fp/floatuntitf.c index b7beb03f79..ee278eb29d 100644 --- a/soft-fp/floatuntitf.c +++ b/soft-fp/floatuntitf.c @@ -36,6 +36,7 @@ TFtype __floatuntitf(UTItype i) FP_DECL_Q(A); TFtype a; + FP_INIT_ROUNDMODE; FP_FROM_INT_Q(A, i, TI_BITS, UTItype); FP_PACK_RAW_Q(a, A); FP_HANDLE_EXCEPTIONS; -- cgit 1.4.1