| ... | ... | @@ -8952,7 +8952,7 @@ static TypeTableEntry *ir_analyze_instruction_elem_ptr(IrAnalyze *ira, IrInstruc |
| 8952 | 8952 | } |
| 8953 | 8953 | if (new_index >= mem_size) { |
| 8954 | 8954 | ir_add_error_node(ira, elem_ptr_instruction->base.source_node, |
| 8955 | | buf_sprintf("index %" PRIu64 " outside pointer of size %" PRIu64, index, old_size)); |
| 8955 | buf_sprintf("index %" PRIu64 " outside pointer of size %zu", index, old_size)); |
| 8956 | 8956 | return ira->codegen->builtin_types.entry_invalid; |
| 8957 | 8957 | } |
| 8958 | 8958 | } else if (is_slice(array_type)) { |