diff options
| author | gingerBill <bill@gingerbill.org> | 2023-07-24 17:12:23 +0100 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2023-07-24 17:12:23 +0100 |
| commit | 28c97a94670b2b1cad801e9e9d3b5d465f9435d8 (patch) | |
| tree | 06474eca0eba1d8a18d5746d3ef52ea8f09865d6 /src/tilde_proc.cpp | |
| parent | 28fca190ee11f5c19d30007f20caa4c7bf89f655 (diff) | |
Begin work on setting up type information table
Diffstat (limited to 'src/tilde_proc.cpp')
| -rw-r--r-- | src/tilde_proc.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/tilde_proc.cpp b/src/tilde_proc.cpp index acc31ce67..a805b2985 100644 --- a/src/tilde_proc.cpp +++ b/src/tilde_proc.cpp @@ -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); |