mirror of
https://github.com/odin-lang/Odin.git
synced 2025-12-31 18:32:12 +00:00
Fix Proc Type ABI printing on System V
This commit is contained in:
@@ -1713,6 +1713,7 @@ irValue *ir_add_local(irProcedure *proc, Entity *e, Ast *expr, bool zero_initial
|
||||
if (zero_initialized) {
|
||||
ir_emit_zero_init(proc, instr, expr);
|
||||
}
|
||||
set_procedure_abi_types(heap_allocator(), e->type);
|
||||
|
||||
// if (proc->module->generate_debug_info && expr != nullptr && proc->entity != nullptr) {
|
||||
// if (proc->module->generate_debug_info && proc->entity != nullptr) {
|
||||
|
||||
Reference in New Issue
Block a user