mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-26 17:30:02 +00:00
Begin work on setting up type information table
This commit is contained in:
@@ -103,6 +103,8 @@ gb_internal cgProcedure *cg_procedure_create(cgModule *m, Entity *entity, bool i
|
||||
}
|
||||
|
||||
p->value = cg_value(p->symbol, p->type);
|
||||
|
||||
cg_add_symbol(m, entity, p->symbol);
|
||||
cg_add_entity(m, entity, p->value);
|
||||
cg_add_member(m, p->name, p->value);
|
||||
cg_add_procedure_value(m, p);
|
||||
|
||||
Reference in New Issue
Block a user