From 7119d10c0468b3c022a258e33405367561279e56 Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Fri, 15 May 1992 17:11:23 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r988 --- gcc/config/i386/i386.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.30.2