From: Richard Stallman Date: Fri, 15 May 1992 17:11:23 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7119d10c0468b3c022a258e33405367561279e56;p=gcc.git *** empty log message *** From-SVN: r988 --- diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c index 5b441ac155e..e1b6c195798 100644 --- a/gcc/config/i386/i386.c +++ b/gcc/config/i386/i386.c @@ -1905,7 +1905,7 @@ handle_pragma_token (string, token) fputc ('\n', asm_out_file); if (state == ps_value) { - fprintf (asm_out_file, "\t%s\t", DEF_ASM_OP); + fprintf (asm_out_file, "\t%s\t", SET_ASM_OP); ASM_OUTPUT_LABELREF (asm_out_file, name); fputc (',', asm_out_file); ASM_OUTPUT_LABELREF (asm_out_file, value);