summaryrefslogtreecommitdiff
path: root/soft-fp/extenddftf2.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/extenddftf2.c')
-rw-r--r--soft-fp/extenddftf2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/soft-fp/extenddftf2.c b/soft-fp/extenddftf2.c
index ff76a8cc2f..fd4f9dd960 100644
--- a/soft-fp/extenddftf2.c
+++ b/soft-fp/extenddftf2.c
@@ -39,7 +39,7 @@ TFtype __extenddftf2(DFtype a)
FP_DECL_Q(R);
TFtype r;
- FP_INIT_ROUNDMODE;
+ FP_INIT_EXCEPTIONS;
FP_UNPACK_RAW_D(A, a);
#if (2 * _FP_W_TYPE_SIZE) < _FP_FRACBITS_Q
FP_EXTEND(Q,D,4,2,R,A);