about summary refs log tree commit diff
path: root/soft-fp/floatundidf.c
diff options
context:
space:
mode:
Diffstat (limited to 'soft-fp/floatundidf.c')
-rw-r--r--soft-fp/floatundidf.c1
1 files changed, 1 insertions, 0 deletions
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;