Commit 7119d10c by Richard Stallman

*** empty log message ***

From-SVN: r988
parent 6f72faf9
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment