1
0
Fork 0
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:
Alexander Esilevich 2010-07-30 11:40:35 +07:00
parent 3d4e3b63a0
commit 42a6f57c19

View file

@ -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;