get DWARF converter up and running

This commit is contained in:
Nikita Smith
2025-09-25 12:38:21 -07:00
parent 05fbd06f82
commit d3d91c64cc
2 changed files with 570 additions and 573 deletions
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -17,10 +17,10 @@ struct D2R_ConvertParams
typedef struct D2R_TypeTable typedef struct D2R_TypeTable
{ {
HashTable *ht; HashTable *ht;
RDIM_TypeChunkList *types; RDIM_TypeChunkList *types;
U64 type_chunk_cap; U64 type_chunk_cap;
RDIM_Type *varg_type; RDIM_Type **builtin_types;
} D2R_TypeTable; } D2R_TypeTable;
typedef struct D2R_TagNode typedef struct D2R_TagNode