| ... | @@ -3849,6 +3849,8 @@ static LLVMValueRef ir_render_call(CodeGen *g, IrExecutable *executable, IrInstr | ... | @@ -3849,6 +3849,8 @@ static LLVMValueRef ir_render_call(CodeGen *g, IrExecutable *executable, IrInstr |
| 3849 | // Use the result location provided to the @asyncCall builtin | 3849 | // Use the result location provided to the @asyncCall builtin |
| 3850 | ret_ptr = result_loc; | 3850 | ret_ptr = result_loc; |
| 3851 | } | 3851 | } |
| | 3852 | } else { |
| | 3853 | zig_unreachable(); |
| 3852 | } | 3854 | } |
| 3853 | | 3855 | |
| 3854 | // even if prefix_arg_err_ret_stack is true, let the async function do its own | 3856 | // even if prefix_arg_err_ret_stack is true, let the async function do its own |