| author | |
| committer | |
| log | c79290467f4908c1fc4833d82d397829e92cf838 |
| tree | b63fb787a236b12f0d5147e6a594cd09fdb82769 |
| parent | f0df0acd70637eddbec559df20e8ea11429c26ed |
1 files changed, 1 insertions(+), 1 deletions(-)
src/link/Elf/Atom.zig+1-1| ... | ... | @@ -1314,7 +1314,7 @@ const x86_64 = struct { |
| 1314 | 1314 | } |
| 1315 | 1315 | }, |
| 1316 | 1316 | |
| 1317 | .GOT32 => try cwriter.writeInt(i32, @as(i32, @intCast(G + GOT + A)), .little), | |
| 1317 | .GOT32 => try cwriter.writeInt(i32, @as(i32, @intCast(G + A)), .little), | |
| 1318 | 1318 | |
| 1319 | 1319 | else => try atom.reportUnhandledRelocError(rel, elf_file), |
| 1320 | 1320 | } |