projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eddf9e2
)
llvm/Object/ELF.h: Appease g++-4.7.2.
author
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 10 Jul 2015 08:43:41 +0000
(08:43 +0000)
committer
NAKAMURA Takumi
<geek4civic@gmail.com>
Fri, 10 Jul 2015 08:43:41 +0000
(08:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241895
91177308
-0d34-0410-b5e6-
96231b3b80d8
include/llvm/Object/ELF.h
patch
|
blob
|
history
diff --git
a/include/llvm/Object/ELF.h
b/include/llvm/Object/ELF.h
index 369b43a9d2243160414580f144563cc231f57d89..0fad59205cfc72e2ca5ad397ad424a9f05416bba 100644
(file)
--- a/
include/llvm/Object/ELF.h
+++ b/
include/llvm/Object/ELF.h
@@
-752,7
+752,7
@@
void ELFFile<ELFT>::scanDynamicTable() {
auto I = LoadMap.find(VAddr);
if (I == LoadMap.end())
return nullptr;
- return base() + I.value() + (VAddr - I.start());
+ return
this->
base() + I.value() + (VAddr - I.start());
};
for (Elf_Dyn_Iter DynI = dynamic_table_begin(), DynE = dynamic_table_end();