| ... | ... | @@ -15462,7 +15462,7 @@ static TypeTableEntry *ir_analyze_instruction_arg_type(IrAnalyze *ira, IrInstruc |
| 15462 | 15462 | FnTypeId *fn_type_id = &fn_type->data.fn.fn_type_id; |
| 15463 | 15463 | if (arg_index >= fn_type_id->param_count) { |
| 15464 | 15464 | ir_add_error(ira, arg_index_inst, |
| 15465 | | buf_sprintf("arg index %" ZIG_PRI_usize " out of bounds; '%s' has %" ZIG_PRI_usize " arguments", |
| 15465 | buf_sprintf("arg index %" ZIG_PRI_u64 " out of bounds; '%s' has %" ZIG_PRI_usize " arguments", |
| 15466 | 15466 | arg_index, buf_ptr(&fn_type->name), fn_type_id->param_count)); |
| 15467 | 15467 | return ira->codegen->builtin_types.entry_invalid; |
| 15468 | 15468 | } |