*** empty log message ***
authorRichard Stallman <rms@gnu.org>
Fri, 15 May 1992 17:11:23 +0000 (17:11 +0000)
committerRichard Stallman <rms@gnu.org>
Fri, 15 May 1992 17:11:23 +0000 (17:11 +0000)
From-SVN: r988

gcc/config/i386/i386.c

index 5b441ac155ea663f11a7a581c3793abe482dd69f..e1b6c1957989174a4e6182c2b4df6ee7c2c3359f 100644 (file)
@@ -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);