mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Merge pull request #821 from eltociear/patch-1
libbacktrace: update elf.cpp
This commit is contained in:
commit
4a933d0174
@ -7471,7 +7471,7 @@ phdr_callback (struct PhdrIterate *info, void *pdata)
|
||||
static int elf_iterate_phdr_and_add_new_files(phdr_data *pd)
|
||||
{
|
||||
assert(s_phdrData.empty());
|
||||
// dl_iterate_phdr, will only add entries for elf files loaded in a previouly unseen range
|
||||
// dl_iterate_phdr, will only add entries for elf files loaded in a previously unseen range
|
||||
dl_iterate_phdr(phdr_callback_mock, nullptr);
|
||||
|
||||
if(s_phdrData.size() == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user