| ... | @@ -17689,7 +17689,7 @@ static IrInstGen *ir_analyze_tuple_mult(IrAnalyze *ira, IrInst* source_instr, | ... | @@ -17689,7 +17689,7 @@ static IrInstGen *ir_analyze_tuple_mult(IrAnalyze *ira, IrInst* source_instr, |
| 17689 | TypeStructField *src_field = op1_type->data.structure.fields[i % op1_field_count]; | 17689 | TypeStructField *src_field = op1_type->data.structure.fields[i % op1_field_count]; |
| 17690 | TypeStructField *new_field = new_type->data.structure.fields[i]; | 17690 | TypeStructField *new_field = new_type->data.structure.fields[i]; |
| 17691 | | 17691 | |
| 17692 | new_field->name = buf_sprintf("%lu", i); | 17692 | new_field->name = buf_sprintf("%" ZIG_PRI_u64, i); |
| 17693 | new_field->type_entry = src_field->type_entry; | 17693 | new_field->type_entry = src_field->type_entry; |
| 17694 | new_field->type_val = src_field->type_val; | 17694 | new_field->type_val = src_field->type_val; |
| 17695 | new_field->src_index = i; | 17695 | new_field->src_index = i; |