mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-16 10:52:22 -07:00
Correct procedure checking flag handling, and correct the (bodge) handle of unchecked procedure bodies
This commit is contained in:
@@ -458,6 +458,7 @@ lbValue lb_generate_anonymous_proc_lit(lbModule *m, String const &prefix_name, A
|
||||
e->file = expr->file;
|
||||
e->decl_info = pl->decl;
|
||||
e->code_gen_module = m;
|
||||
e->flags |= EntityFlag_ProcBodyChecked;
|
||||
lbProcedure *p = lb_create_procedure(m, e);
|
||||
|
||||
lbValue value = {};
|
||||
|
||||
Reference in New Issue
Block a user