mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-03 20:38:40 +00:00
fix incorrect generation of modifier flags, container types, and out-of-order pointer/modifier types in new pdb -> raddbgi converter. fixes many 'nil type' issues, missing this ptr, etc.
This commit is contained in:
@@ -2723,6 +2723,7 @@ rdim_bake_type_node_section_list_from_params(RDIM_Arena *arena, RDIM_BakeStringM
|
||||
|
||||
//- rjf: fill shared type node info
|
||||
dst->kind = src->kind;
|
||||
dst->flags = (RDI_U16)src->flags; // TODO(rjf): @u32_to_u16
|
||||
dst->byte_size = src->byte_size;
|
||||
|
||||
//- rjf: fill built-in-only type node info
|
||||
|
||||
Reference in New Issue
Block a user