diff options
Diffstat (limited to 'src/ir_print.cpp')
| -rw-r--r-- | src/ir_print.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ir_print.cpp b/src/ir_print.cpp index 4572b30ded..181b7e16cf 100644 --- a/src/ir_print.cpp +++ b/src/ir_print.cpp @@ -1286,7 +1286,7 @@ static void ir_print_promise_result_type(IrPrint *irp, IrInstructionPromiseResul static void ir_print_coro_alloc_helper(IrPrint *irp, IrInstructionCoroAllocHelper *instruction) { fprintf(irp->f, "@coroAllocHelper("); - ir_print_other_instruction(irp, instruction->alloc_fn); + ir_print_other_instruction(irp, instruction->realloc_fn); fprintf(irp->f, ","); ir_print_other_instruction(irp, instruction->coro_size); fprintf(irp->f, ")"); |
