mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 22:58:46 +00:00
Update Tilde to get procedure passing rules
This commit is contained in:
@@ -248,6 +248,9 @@ gb_global isize cg_global_type_info_member_offsets_index = 0;
|
||||
gb_global isize cg_global_type_info_member_usings_index = 0;
|
||||
gb_global isize cg_global_type_info_member_tags_index = 0;
|
||||
|
||||
|
||||
gb_internal TB_Arena *cg_arena(void);
|
||||
|
||||
gb_internal cgValue cg_value(TB_Global * g, Type *type);
|
||||
gb_internal cgValue cg_value(TB_External *e, Type *type);
|
||||
gb_internal cgValue cg_value(TB_Function *f, Type *type);
|
||||
|
||||
Reference in New Issue
Block a user