mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 03:58:11 +00:00
fix bug where new object tracking failed, causing certain objs to be
skipped during the symbol table input step
This commit is contained in:
committed by
Ryan Fleury
parent
5aff575feb
commit
7095a8cd6e
@@ -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 *
|
||||
|
||||
Reference in New Issue
Block a user