store first data node in section contrib

This commit is contained in:
Nikita Smith
2025-06-06 08:52:41 -07:00
committed by Ryan Fleury
parent 3fb5e21d73
commit b3aadbd49a
+3
View File
@@ -6,10 +6,13 @@
typedef struct LNK_SectionContrib
{
U16 align;
union {
String8Node *data_list;
U64 bss_size;
};
String8Node node;
union {
struct {
U16 sort_idx_size;