1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00
llvm-svn: 166485
This commit is contained in:
Eric Christopher 2012-10-23 17:19:15 +00:00
parent c5bf7a5f94
commit 98193629a1

View File

@ -446,7 +446,7 @@ void RuntimeDyldELF::processRelocationRef(const ObjRelocationInfo &Rel,
SectionEntry &Section = Sections[Rel.SectionID];
uint8_t *Target = Section.Address + Rel.Offset;
// Look up for existing stub.
// Look for an existing stub.
StubMap::const_iterator i = Stubs.find(Value);
if (i != Stubs.end()) {
resolveRelocation(Target, (uint64_t)Target, (uint64_t)Section.Address +