mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-06 01:23:41 +01:00
Fix for debug mode
This commit is contained in:
parent
3d4e3b63a0
commit
42a6f57c19
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ callback (struct dl_phdr_info *info, size_t size, void *ptr)
|
|||
eh_frame_end = (unw_word_t)max_load_addr; // Can we do better?
|
||||
ret = search_fde_in_eh_frame(ip, (unw_word_t)(p_eh_hdr->p_vaddr + load_base),
|
||||
cb_data->gp, eh_frame_end, &cb_data->fde_addr,
|
||||
cb_data->arg, info->name);
|
||||
cb_data->arg, info->dlpi_name);
|
||||
if (ret < 0)
|
||||
return ret;
|
||||
|
||||
|
|
Loading…
Reference in a new issue