Mock out type info initialize stuff

This commit is contained in:
gingerBill
2023-07-24 13:06:01 +01:00
parent d8445fd9df
commit 00a44d1ddb
4 changed files with 35 additions and 6 deletions
+1 -1
View File
@@ -199,7 +199,6 @@ struct cgProcedure {
isize split_returns_index;
bool return_by_ptr;
PtrMap<Entity *, cgAddr> variable_map;
};
@@ -255,6 +254,7 @@ gb_global isize cg_global_type_info_member_tags_index = 0;
gb_internal TB_Arena *cg_arena(void);
gb_internal void cg_add_procedure_to_queue(cgProcedure *p);
gb_internal void cg_setup_type_info_data(cgModule *m);
gb_internal cgValue cg_value(TB_Global * g, Type *type);
gb_internal cgValue cg_value(TB_External *e, Type *type);