mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 12:08:11 +00:00
factored out logic for splitting function chunks into separate pass
over symbol table; associations are now assigned to sub chunks too; inherit function chunk align from parent chunk
This commit is contained in:
@@ -145,7 +145,7 @@ lnk_make_section_sort_index(Arena *arena, String8 name, COFF_SectionFlags flags,
|
||||
internal void
|
||||
lnk_section_associate_chunks(LNK_Section *sect, LNK_Chunk *head, LNK_Chunk *associate)
|
||||
{
|
||||
lnk_chunk_associate(sect->arena, head, associate);
|
||||
lnk_chunk_associate(head, associate);
|
||||
}
|
||||
|
||||
internal LNK_Chunk *
|
||||
|
||||
Reference in New Issue
Block a user