extract hotpatch flag from compile symbol

This commit is contained in:
Nikita Smith
2025-06-25 10:53:24 -07:00
committed by Ryan Fleury
parent a5119e3b51
commit bbb825adf4
4 changed files with 51 additions and 2 deletions
+1
View File
@@ -13,6 +13,7 @@ typedef struct LNK_Obj
U32 input_idx;
COFF_FileHeaderInfo header;
U32 *comdats;
B8 hotpatch;
} LNK_Obj;
typedef struct LNK_ObjNode