mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 14:40:25 +00:00
RuntimeDyld: Fix errant fallthrough.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174078 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
adc4af6a5b
commit
6f6f171972
@ -96,6 +96,7 @@ bool RuntimeDyldMachO::resolveI386Relocation(uint8_t *LocalAddress,
|
||||
*p++ = (uint8_t)(ValueToWrite & 0xff);
|
||||
ValueToWrite >>= 8;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
case macho::RIT_Difference:
|
||||
case macho::RIT_Generic_LocalDifference:
|
||||
|
Loading…
Reference in New Issue
Block a user