diff options
author | James Van Artsdalen <jrv@gnu.org> | 1992-05-05 13:41:03 +0000 |
---|---|---|
committer | James Van Artsdalen <jrv@gnu.org> | 1992-05-05 13:41:03 +0000 |
commit | 695dac07e97af3290c3b5bb8e2496177e81929dc (patch) | |
tree | 997b065a57faa7e2ad0501ec3eac2d063382f1e7 | |
parent | eb7528db9d7fb96d9ca69ae196e884915e13d761 (diff) | |
download | gcc-695dac07e97af3290c3b5bb8e2496177e81929dc.zip gcc-695dac07e97af3290c3b5bb8e2496177e81929dc.tar.gz gcc-695dac07e97af3290c3b5bb8e2496177e81929dc.tar.bz2 |
*** empty log message ***
From-SVN: r900
-rw-r--r-- | gcc/config/i386/i386.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 30858ea..0df1501 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -1089,7 +1089,7 @@ print_operand (file, x, code) { if (code != 'P') { - if (GET_CODE (x) == CONST_INT) + if (GET_CODE (x) == CONST_INT || GET_CODE (x) == CONST_DOUBLE) PRINT_IMMED_PREFIX (file); else if (GET_CODE (x) == CONST || GET_CODE (x) == SYMBOL_REF || GET_CODE (x) == LABEL_REF) |