mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-05 21:38:40 +00:00
clean up pass over obj file
This commit is contained in:
committed by
Ryan Fleury
parent
64415e21f0
commit
dcc4f38709
+1
-1
@@ -2199,7 +2199,7 @@ lnk_build_win32_image(TP_Arena *arena, TP_Context *tp, LNK_Config *config, LNK_S
|
||||
// obj list -> array
|
||||
//
|
||||
U64 objs_count = obj_list.count;
|
||||
LNK_Obj **objs = lnk_obj_arr_from_list(scratch.arena, obj_list);
|
||||
LNK_Obj **objs = lnk_array_from_obj_list(scratch.arena, obj_list);
|
||||
|
||||
ProfBegin("Remove Associatives");
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user