get DWARF converter up and running

This commit is contained in:
Nikita Smith
2025-09-24 20:13:03 -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
{
HashTable *ht;
RDIM_TypeChunkList *types;
U64 type_chunk_cap;
RDIM_Type *varg_type;
HashTable *ht;
RDIM_TypeChunkList *types;
U64 type_chunk_cap;
RDIM_Type **builtin_types;
} D2R_TypeTable;
typedef struct D2R_TagNode