1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2025-01-08 18:33:42 +01:00

Fixup compile errors on ia64.

Suggested-by: Harald Servat <harald.servat@bsc.es>
This commit is contained in:
Arun Sharma 2011-09-23 11:11:34 -07:00
parent ac0acd06f3
commit 962366dace
2 changed files with 2 additions and 2 deletions

View file

@ -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);
di = _UPTi_find_unwind_table (ui, as, path, lo, off);
di = _UPTi_find_unwind_table (ui, as, path, lo, off, 0);
if (di)
{
res = _Uia64_find_dyn_list (as, di, arg);

View file

@ -64,7 +64,7 @@ struct UPT_info
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,
char *path,
unw_word_t segbase,