elf: fix typo in resolving @"32" and @"32S" relocs on x86_64

This commit is contained in:
Jakub Konka 2024-02-17 19:21:20 +01:00
parent 57e71ce189
commit 99584906bb

View File

@ -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,