diff options
Diffstat (limited to 'gcc/config/dfp-bit.c')
| -rw-r--r-- | gcc/config/dfp-bit.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/dfp-bit.c b/gcc/config/dfp-bit.c index 9ffdd8a..0d4308e 100644 --- a/gcc/config/dfp-bit.c +++ b/gcc/config/dfp-bit.c @@ -394,7 +394,7 @@ DFP_TO_INT (DFP_C_TYPE x) decContextDefault (&context, CONTEXT_INIT); /* Need non-default rounding mode here. */ - DFP_INIT_ROUNDMODE (context.round); + context.round = DEC_ROUND_DOWN; HOST_TO_IEEE (x, &s); TO_INTERNAL (&s, &n1); |
