mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-28 18:07:37 +01:00
HPPA: add `global_cache' member to unw_addr_space struct
dwarf/Gparser.c: In function 'get_rs_cache': dwarf/Gparser.c:522: error: 'struct unw_addr_space' has no member named 'global_cache'
This commit is contained in:
parent
971216f8d4
commit
d1e4614995
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ struct unw_addr_space
|
||||||
#endif
|
#endif
|
||||||
unw_word_t dyn_generation; /* see dyn-common.h */
|
unw_word_t dyn_generation; /* see dyn-common.h */
|
||||||
unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
|
unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
|
||||||
|
struct dwarf_rs_cache global_cache;
|
||||||
struct unw_debug_frame_list *debug_frames;
|
struct unw_debug_frame_list *debug_frames;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue