fix bug where new object tracking failed, causing certain objs to be

skipped during the symbol table input step
This commit is contained in:
Nikita Smith
2025-09-16 10:31:01 -07:00
committed by Ryan Fleury
parent 5aff575feb
commit 7095a8cd6e
4 changed files with 36 additions and 39 deletions
-2
View File
@@ -312,8 +312,6 @@ THREAD_POOL_TASK_FUNC(lnk_obj_initer)
obj->associated_sections = associated_sections;
obj->node = &task->objs[task_id];
obj->link_member = input->link_member;
ProfEnd();
}
internal LNK_ObjNode *