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

From-SVN: r10015
This commit is contained in:
Richard Kenner 1995-06-19 18:56:03 -04:00
parent 99934aedca
commit b2d5e3116e

View File

@ -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"); \