mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-24 06:35:00 -07:00
Fix make error messages
This commit is contained in:
+2
-1
@@ -7244,7 +7244,8 @@ void ir_begin_procedure_body(irProcedure *proc) {
|
||||
e->flags |= EntityFlag_NoAlias;
|
||||
irValue *param = ir_value_param(proc, e, e->type);
|
||||
ir_module_add_value(proc->module, e, param);
|
||||
array_add(&proc->context_stack, {param, proc->scope_index});
|
||||
irContextData ctx = {param, proc->scope_index};
|
||||
array_add(&proc->context_stack, ctx);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user