(end_final): Don't call assemble_zeros with an size argument of zero.
From-SVN: r3489
This commit is contained in:
parent
e133665800
commit
4cc70cf4bf
@ -307,6 +307,7 @@ end_final (filename)
|
||||
|
||||
/* Make space for the table of counts. */
|
||||
ASM_OUTPUT_INTERNAL_LABEL (asm_out_file, "LPBX", 2);
|
||||
if (count_basic_blocks != 0)
|
||||
assemble_zeros (INT_TYPE_SIZE / BITS_PER_UNIT * count_basic_blocks);
|
||||
|
||||
/* Output the table of addresses. */
|
||||
|
Loading…
Reference in New Issue
Block a user