mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-06 01:23:41 +01:00
Fix for find_proc_fde implementation for linux
This commit is contained in:
parent
5d4a07690e
commit
e97a676dd7
1 changed files with 2 additions and 0 deletions
|
@ -748,6 +748,8 @@ find_proc_fde (unw_word_t ip, unw_word_t *fde_addr,
|
|||
*gp = cb_data.gp;
|
||||
*fde_base = cb_data.fde_base;
|
||||
*ip_offset = cb_data.ip_offset;
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
#else // HAVE_DL_ITERATE_PHDR
|
||||
|
|
Loading…
Reference in a new issue