Skip to content
Snippets Groups Projects
Commit c33f622c authored by Eric Christopher's avatar Eric Christopher
Browse files

Grammar.

llvm-svn: 166485
parent dd8574e8
No related branches found
No related tags found
No related merge requests found
...@@ -446,7 +446,7 @@ void RuntimeDyldELF::processRelocationRef(const ObjRelocationInfo &Rel, ...@@ -446,7 +446,7 @@ void RuntimeDyldELF::processRelocationRef(const ObjRelocationInfo &Rel,
SectionEntry &Section = Sections[Rel.SectionID]; SectionEntry &Section = Sections[Rel.SectionID];
uint8_t *Target = Section.Address + Rel.Offset; uint8_t *Target = Section.Address + Rel.Offset;
// Look up for existing stub. // Look for an existing stub.
StubMap::const_iterator i = Stubs.find(Value); StubMap::const_iterator i = Stubs.find(Value);
if (i != Stubs.end()) { if (i != Stubs.end()) {
resolveRelocation(Target, (uint64_t)Target, (uint64_t)Section.Address + resolveRelocation(Target, (uint64_t)Target, (uint64_t)Section.Address +
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment