added missing debug comments for chunks

This commit is contained in:
Nikita Smith
2025-04-02 16:06:23 -07:00
parent bb3d01ffe6
commit c090bee2f3
6 changed files with 110 additions and 61 deletions
+1
View File
@@ -338,6 +338,7 @@ lnk_section_table_push(LNK_SectionTable *st, String8 name, COFF_SectionFlags fla
sect->is_loose = 1;
lnk_chunk_set_debugf(sect->arena, sect->root, "root chunk for %S", name);
lnk_chunk_set_debugf(sect->arena, sect->nosort_chunk, "nosort chunk for %S", name);
ProfEnd();
return sect;