| author | |
| committer | |
| log | 624016e8f39f291e92bb2e0319b2cdf2ce4b15c9 |
| tree | dc3cd34112aab6f395583c37422253ec1c252de0 |
| parent | 9473d764498fbb4eef3e2bec42e44a3f93a5a56b |
1 files changed, 1 insertions(+), 1 deletions(-)
src/arch/riscv64/CodeGen.zig+1-1| ... | @@ -6594,7 +6594,7 @@ fn genInlineMemset( | ... | @@ -6594,7 +6594,7 @@ fn genInlineMemset( |
| 6594 | .tag = .beq, | 6594 | .tag = .beq, |
| 6595 | .data = .{ | 6595 | .data = .{ |
| 6596 | .b_type = .{ | 6596 | .b_type = .{ |
| 6597 | .inst = @intCast(func.mir_instructions.len + 4), // points after the last inst | 6597 | .inst = @intCast(func.mir_instructions.len + 3), // points after the last inst |
| 6598 | .rs1 = count, | 6598 | .rs1 = count, |
| 6599 | .rs2 = .zero, | 6599 | .rs2 = .zero, |
| 6600 | }, | 6600 | }, |