WIP factoring out symbol table fixups

This commit is contained in:
Nikita Smith
2025-07-23 16:09:48 -07:00
committed by Ryan Fleury
parent 051bacf124
commit 7cd5a670e3
4 changed files with 505 additions and 352 deletions
+1 -1
View File
@@ -226,7 +226,7 @@ THREAD_POOL_TASK_FUNC(lnk_obj_initer)
}
//
// Extract obj features from compile symbol in .debug$S
// extract obj features from compile symbol in .debug$S
//
B8 hotpatch = 0;
if (header.machine == COFF_MachineType_X64) {