mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Typo.
llvm-svn: 186886
This commit is contained in:
parent
86c1654e7b
commit
b0a060ff50
@ -1181,7 +1181,7 @@ MachOObjectFile::getRelocationHidden(DataRefImpl Rel, bool &Result) const {
|
||||
if (Type == macho::RIT_Pair) Result = true;
|
||||
} else if (Arch == Triple::x86_64) {
|
||||
// On x86_64, X86_64_RELOC_UNSIGNED is hidden only when it follows
|
||||
// an X864_64_RELOC_SUBTRACTOR.
|
||||
// an X86_64_RELOC_SUBTRACTOR.
|
||||
if (Type == macho::RIT_X86_64_Unsigned && Rel.d.a > 0) {
|
||||
DataRefImpl RelPrev = Rel;
|
||||
RelPrev.d.a--;
|
||||
|
Loading…
Reference in New Issue
Block a user