mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-24 17:20:30 +01:00
Fixup compile errors on ia64.
Suggested-by: Harald Servat <harald.servat@bsc.es>
This commit is contained in:
parent
ac0acd06f3
commit
962366dace
2 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ get_list_addr (unw_addr_space_t as, unw_word_t *dil_addr, void *arg,
|
||||||
|
|
||||||
Debug (16, "checking object %s\n", path);
|
Debug (16, "checking object %s\n", path);
|
||||||
|
|
||||||
di = _UPTi_find_unwind_table (ui, as, path, lo, off);
|
di = _UPTi_find_unwind_table (ui, as, path, lo, off, 0);
|
||||||
if (di)
|
if (di)
|
||||||
{
|
{
|
||||||
res = _Uia64_find_dyn_list (as, di, arg);
|
res = _Uia64_find_dyn_list (as, di, arg);
|
||||||
|
|
|
@ -64,7 +64,7 @@ struct UPT_info
|
||||||
|
|
||||||
extern int _UPT_reg_offset[UNW_REG_LAST + 1];
|
extern int _UPT_reg_offset[UNW_REG_LAST + 1];
|
||||||
|
|
||||||
extern int _UPTi_find_unwind_table (struct UPT_info *ui,
|
extern unw_dyn_info_t *UPTi_find_unwind_table (struct UPT_info *ui,
|
||||||
unw_addr_space_t as,
|
unw_addr_space_t as,
|
||||||
char *path,
|
char *path,
|
||||||
unw_word_t segbase,
|
unw_word_t segbase,
|
||||||
|
|
Loading…
Reference in a new issue