sort on section index too

This commit is contained in:
Nikita Smith
2025-06-25 10:53:22 -07:00
committed by Ryan Fleury
parent 422e9449c8
commit b7a06f3f7f
2 changed files with 8 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@ typedef struct LNK_SectionContrib
struct {
U16 sort_idx_size;
U32 obj_idx;
U32 obj_sect_idx;
U8 *sort_idx;
};
struct {