(ASM_OUTPUT_ASCII): Always reset line count when starting new line.
From-SVN: r10015
This commit is contained in:
parent
99934aedca
commit
b2d5e3116e
@ -1727,7 +1727,7 @@ literal_section () \
|
|||||||
can get it to parse the data properly. */ \
|
can get it to parse the data properly. */ \
|
||||||
if (i < thissize - 1 \
|
if (i < thissize - 1 \
|
||||||
&& p[i + 1] >= '0' && p[i + 1] <= '9') \
|
&& 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"); \
|
fprintf (asm_out_file, "\"\n"); \
|
||||||
|
Loading…
Reference in New Issue
Block a user