mirror of
https://github.com/ziglang/zig.git
synced 2026-01-30 11:13:38 +00:00
closes #2916
This commit is contained in:
parent
3879bebc37
commit
e5d032982e
@ -14597,7 +14597,7 @@ static IrInstruction *ir_analyze_array_mult(IrAnalyze *ira, IrInstructionBinOp *
|
||||
for (uint64_t x = 0; x < mult_amt; x += 1) {
|
||||
for (uint64_t y = 0; y < old_array_len; y += 1) {
|
||||
copy_const_val(&out_val->data.x_array.data.s_none.elements[i],
|
||||
&array_val->data.x_array.data.s_none.elements[y], true);
|
||||
&array_val->data.x_array.data.s_none.elements[y], false);
|
||||
i += 1;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user