From: James Van Artsdalen Date: Tue, 5 May 1992 13:41:03 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: misc/cutover-egcs-0~13031 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=695dac07e97af3290c3b5bb8e2496177e81929dc;p=thirdparty%2Fgcc.git *** empty log message *** From-SVN: r900 --- diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 30858eaf8995..0df1501c0d41 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)