summaryrefslogtreecommitdiffstats
path: root/app/perfsymboltable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/perfsymboltable.cpp')
-rw-r--r--app/perfsymboltable.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/perfsymboltable.cpp b/app/perfsymboltable.cpp
index 6469ce5..6b9dda3 100644
--- a/app/perfsymboltable.cpp
+++ b/app/perfsymboltable.cpp
@@ -661,7 +661,6 @@ int PerfSymbolTable::lookupFrame(Dwarf_Addr ip, bool isKernel,
if (off == addressLocation.address) {// no symbol found
symname = fakeSymbolFromSection(mod, addressLocation.address);
- functionLocation.address = elfStart; // use the start of the elf as "function"
addressLocation.parentLocationId = m_unwind->resolveLocation(functionLocation);
} else {
Dwarf_Addr bias = 0;