mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-24 01:00:29 +01:00
(dwarf_search_unwind_table): Declare as PROTECTED, not HIDDEN.
(Logical change 1.162)
This commit is contained in:
parent
ab847fe68e
commit
21595821bf
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ remote_lookup (unw_addr_space_t as,
|
|||
|
||||
#endif /* UNW_LOCAL_ONLY */
|
||||
|
||||
HIDDEN int
|
||||
PROTECTED int
|
||||
dwarf_search_unwind_table (unw_addr_space_t as, unw_word_t ip,
|
||||
unw_dyn_info_t *di, unw_proc_info_t *pi,
|
||||
int need_unwind_info, void *arg)
|
||||
|
|
Loading…
Reference in a new issue