diff options
author | Dave Brolley <brolley@redhat.com> | 2009-06-23 11:07:15 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-06-23 11:07:15 -0400 |
commit | f75b6811dee35832309e55a9e3455c40d4c13437 (patch) | |
tree | a4b0c9bab84c84c863b99bb993fcbb7f5c19b339 /dwflpp.cxx | |
parent | d6454850dd3c9d74b700924b56378c4c9ab9fa57 (diff) | |
parent | e89118955d1e9f6f442e9c0f2e918ce9bf9a8529 (diff) | |
download | systemtap-steved-f75b6811dee35832309e55a9e3455c40d4c13437.tar.gz systemtap-steved-f75b6811dee35832309e55a9e3455c40d4c13437.tar.xz systemtap-steved-f75b6811dee35832309e55a9e3455c40d4c13437.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'dwflpp.cxx')
-rw-r--r-- | dwflpp.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2316,7 +2316,7 @@ dwflpp::get_blacklist_section(Dwarf_Addr addr) { Elf_Scn* scn = 0; size_t shstrndx; - dwfl_assert ("getshstrndx", elf_getshstrndx (elf, &shstrndx)); + dwfl_assert ("getshdrstrndx", elf_getshdrstrndx (elf, &shstrndx)); while ((scn = elf_nextscn (elf, scn)) != NULL) { GElf_Shdr shdr_mem; |