diff --git a/src/rdi_make/rdi_make_local.c b/src/rdi_make/rdi_make_local.c index db504bcc..e641be7c 100644 --- a/src/rdi_make/rdi_make_local.c +++ b/src/rdi_make/rdi_make_local.c @@ -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->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); + if (src->is_param) + { + dst->symbol_flags |= RDI_SymbolFlag_IsParam; + } // rjf: fill container info if(src->is_extern)