Commit b2d5e311 by Richard Kenner

(ASM_OUTPUT_ASCII): Always reset line count when starting new line.

From-SVN: r10015
parent 99934aed
......@@ -1727,7 +1727,7 @@ literal_section () \
can get it to parse the data properly. */ \
if (i < thissize - 1 \
&& p[i + 1] >= '0' && p[i + 1] <= '9') \
fprintf (asm_out_file, "\"\n\t.ascii \""); \
_size_so_far = 0, fprintf (asm_out_file, "\"\n\t.ascii \""); \
} \
} \
fprintf (asm_out_file, "\"\n"); \
......
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