mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-17 02:31:41 +01:00
(check_callback): Fix typo:
shared_object_subs -> shared_object_removals. (Logical change 1.161)
This commit is contained in:
parent
d203e1282a
commit
c2e7130493
1 changed files with 2 additions and 2 deletions
|
@ -565,10 +565,10 @@ check_callback (struct dl_phdr_info *info, size_t size, void *ptr)
|
|||
instead and hope nobody runs into stale cache info... */
|
||||
return 1;
|
||||
|
||||
if (info->dlpi_subs == as->shared_object_subs)
|
||||
if (info->dlpi_subs == as->shared_object_removals)
|
||||
return 1;
|
||||
|
||||
as->shared_object_subs = info->dlpi_subs;
|
||||
as->shared_object_removals = info->dlpi_subs;
|
||||
unw_flush_cache (as, 0, 0);
|
||||
return -1; /* indicate that there were no new removals */
|
||||
#else
|
||||
|
|
Loading…
Add table
Reference in a new issue