diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-03 10:24:51 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-11-03 10:24:51 +0000 |
commit | 83aec535e70941e39271992af82ac4a28cebb438 (patch) | |
tree | b694d810dd40be3487c5df4da554a41419f68a47 /gcc/config/vax | |
parent | 422355c1b667837e02654e11a42282de71b1d7a7 (diff) | |
download | gcc-83aec535e70941e39271992af82ac4a28cebb438.tar.gz |
Restore VAX build.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/wide-int@204333 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/vax')
-rw-r--r-- | gcc/config/vax/vax.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/vax/vax.c b/gcc/config/vax/vax.c index 6b643d1af5d..8bfb945d1eb 100644 --- a/gcc/config/vax/vax.c +++ b/gcc/config/vax/vax.c @@ -643,7 +643,7 @@ vax_float_literal (rtx c) { int x = 1 << i; bool ok; - REAL_VALUE_FROM_INT (s, x, 0, mode); + REAL_VALUE_FROM_INT (s, x, mode); if (REAL_VALUES_EQUAL (r, s)) return true; |