| ... | ... | @@ -19374,7 +19374,7 @@ static IrInstruction *ir_align_cast(IrAnalyze *ira, IrInstruction *target, uint3 |
| 19374 | 19374 | val->data.x_ptr.data.hard_coded_addr.addr % align_bytes != 0) |
| 19375 | 19375 | { |
| 19376 | 19376 | ir_add_error(ira, target, |
| 19377 | | buf_sprintf("pointer address 0x%lx is not aligned to %" PRIu32 " bytes", |
| 19377 | buf_sprintf("pointer address 0x%" ZIG_PRI_x64 " is not aligned to %" PRIu32 " bytes", |
| 19378 | 19378 | val->data.x_ptr.data.hard_coded_addr.addr, align_bytes)); |
| 19379 | 19379 | return ira->codegen->invalid_instruction; |
| 19380 | 19380 | } |