mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 09:07:38 +01:00
(struct ia64_script): Change type of "pi" member from struct ia64_proc_info to
unw_proc_info_t. (Logical change 1.29)
This commit is contained in:
parent
c97d8cdab4
commit
d49825fd74
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ struct ia64_script
|
||||||
unw_word_t ip; /* ip this script is for */
|
unw_word_t ip; /* ip this script is for */
|
||||||
unw_word_t pr_mask; /* mask of predicates script depends on */
|
unw_word_t pr_mask; /* mask of predicates script depends on */
|
||||||
unw_word_t pr_val; /* predicate values this script is for */
|
unw_word_t pr_val; /* predicate values this script is for */
|
||||||
struct ia64_proc_info pi; /* info about underlying procedure */
|
unw_proc_info_t pi; /* info about underlying procedure */
|
||||||
unsigned short lru_chain; /* used for least-recently-used chain */
|
unsigned short lru_chain; /* used for least-recently-used chain */
|
||||||
unsigned short coll_chain; /* used for hash collisions */
|
unsigned short coll_chain; /* used for hash collisions */
|
||||||
unsigned short hint; /* hint for next script to try (or -1) */
|
unsigned short hint; /* hint for next script to try (or -1) */
|
||||||
|
|
Loading…
Reference in a new issue