mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-14 09:18:09 +00:00
fix regression in RDI make local
This commit is contained in:
committed by
Ryan Fleury
parent
e8e9ad204a
commit
52875a2d93
@@ -3313,6 +3313,10 @@ rdim_bake(Arena *arena, RDIM_BakeParams *params)
|
|||||||
dst->type_idx = (RDI_U32)rdim_idx_from_type(src->type); // TODO(rjf): @u64_to_u32
|
dst->type_idx = (RDI_U32)rdim_idx_from_type(src->type); // TODO(rjf): @u64_to_u32
|
||||||
dst->root_scope_idx = (RDI_U32)rdim_idx_from_scope(src->root_scope); // TODO(rjf): @u64_to_u32
|
dst->root_scope_idx = (RDI_U32)rdim_idx_from_scope(src->root_scope); // TODO(rjf): @u64_to_u32
|
||||||
dst->link_name_string_idx = rdim_bake_idx_from_string(bake_strings, src->link_name);
|
dst->link_name_string_idx = rdim_bake_idx_from_string(bake_strings, src->link_name);
|
||||||
|
if (src->is_param)
|
||||||
|
{
|
||||||
|
dst->symbol_flags |= RDI_SymbolFlag_IsParam;
|
||||||
|
}
|
||||||
|
|
||||||
// rjf: fill container info
|
// rjf: fill container info
|
||||||
if(src->is_extern)
|
if(src->is_extern)
|
||||||
|
|||||||
Reference in New Issue
Block a user