| author | |
| committer | |
| log | 33830d194ea0aaf2ef880efa9b373db167d1a183 |
| tree | 1df381aeafd439e746a4d7f98e82bbf6a3ddaaea |
| parent | b0d9bb0bb844cb647942f7f1e3e7d06fc12e8df6 |
1 files changed, 1 insertions(+), 1 deletions(-)
src/arch/wasm/CodeGen.zig+1-1| ... | ... | @@ -2559,7 +2559,7 @@ fn airArg(func: *CodeGen, inst: Air.Inst.Index) InnerError!void { |
| 2559 | 2559 | const result = try func.allocStack(arg_ty); |
| 2560 | 2560 | try func.store(result, arg, Type.u64, 0); |
| 2561 | 2561 | try func.store(result, func.args[arg_index + 1], Type.u64, 8); |
| 2562 | return func.finishAir(inst, arg, &.{}); | |
| 2562 | return func.finishAir(inst, result, &.{}); | |
| 2563 | 2563 | } |
| 2564 | 2564 | } else { |
| 2565 | 2565 | func.arg_index += 1; |