mirror of
https://github.com/ziglang/zig.git
synced 2026-01-11 09:55:12 +00:00
elf: fix typo in resolving @"32" and @"32S" relocs on x86_64
This commit is contained in:
parent
57e71ce189
commit
99584906bb
@ -881,7 +881,7 @@ const x86_64 = struct {
|
||||
.@"32",
|
||||
.@"32S",
|
||||
=> {
|
||||
try atom.scanReloc(symbol, rel, dynAbsRelocAction(symbol, elf_file), elf_file);
|
||||
try atom.scanReloc(symbol, rel, absRelocAction(symbol, elf_file), elf_file);
|
||||
},
|
||||
|
||||
.GOT32,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user