mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-20 10:54:59 -07:00
store first data node in section contrib
This commit is contained in:
committed by
Ryan Fleury
parent
3fb5e21d73
commit
b3aadbd49a
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user