diff options
| author | gingerBill <bill@gingerbill.org> | 2020-01-04 12:10:28 +0000 |
|---|---|---|
| committer | gingerBill <bill@gingerbill.org> | 2020-01-04 12:10:28 +0000 |
| commit | cae1e025936a089cc0417c812eb3f273e50f9809 (patch) | |
| tree | 79770f0369d2a2f7c2f814d6a8c30fcc84450244 /src | |
| parent | b09297da8178b89ebde043c99a11d9137f5bfd2a (diff) | |
Add extra in set_procedure_abi_types ir_print.cpp
Diffstat (limited to 'src')
| -rw-r--r-- | src/ir_print.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ir_print.cpp b/src/ir_print.cpp index f6eacf146..3c6fea993 100644 --- a/src/ir_print.cpp +++ b/src/ir_print.cpp @@ -296,6 +296,8 @@ void ir_print_alignment_prefix_hack(irFileBuffer *f, i64 alignment) { void ir_print_proc_results(irFileBuffer *f, irModule *m, Type *t) { + set_procedure_abi_types(heap_allocator(), t); + GB_ASSERT(is_type_proc(t)); t = base_type(t); isize result_count = t->Proc.result_count; |