mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-24 20:23:41 +01:00
(ia64_init): Declare as a regular object, not an arch-object.
(Logical change 1.151)
This commit is contained in:
parent
d6e1c59b81
commit
a83c8a7397
1 changed files with 1 additions and 1 deletions
|
@ -379,7 +379,7 @@ struct ia64_labeled_state
|
||||||
#define rbs_switch UNW_OBJ(rbs_switch)
|
#define rbs_switch UNW_OBJ(rbs_switch)
|
||||||
#define rbs_find_stacked UNW_OBJ(rbs_find_stacked)
|
#define rbs_find_stacked UNW_OBJ(rbs_find_stacked)
|
||||||
#define rbs_cover_and_flush UNW_OBJ(rbs_cover_and_flush)
|
#define rbs_cover_and_flush UNW_OBJ(rbs_cover_and_flush)
|
||||||
#define ia64_init UNW_ARCH_OBJ(init)
|
#define ia64_init UNW_OBJ(init)
|
||||||
|
|
||||||
extern int ia64_make_proc_info (struct cursor *c);
|
extern int ia64_make_proc_info (struct cursor *c);
|
||||||
extern int ia64_fetch_proc_info (struct cursor *c, unw_word_t ip,
|
extern int ia64_fetch_proc_info (struct cursor *c, unw_word_t ip,
|
||||||
|
|
Loading…
Reference in a new issue