| ... | ... | @@ -1687,7 +1687,7 @@ const aarch64 = struct { |
| 1687 | 1687 | const r_type: elf.R_AARCH64 = @enumFromInt(rel.r_type()); |
| 1688 | 1688 | const r_offset = std.math.cast(usize, rel.r_offset) orelse return error.Overflow; |
| 1689 | 1689 | const cwriter = stream.writer(); |
| 1690 | | const code = code_buffer[rel.r_offset..][0..4]; |
| 1690 | const code = code_buffer[r_offset..][0..4]; |
| 1691 | 1691 | const file_ptr = atom.file(elf_file).?; |
| 1692 | 1692 | |
| 1693 | 1693 | const P, const A, const S, const GOT, const G, const TP, const DTP, const ZIG_GOT = args; |