mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-22 23:47:39 +01:00
Fix x86 compilation.
x86 needs the global_cache just like the x86-64 version. Signed-off-by: Andrey.Veskov@intel.com Signed-off-by: Arun Sharma <arun.sharma@google.com>
This commit is contained in:
parent
00db7f752a
commit
036cbfa020
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ struct unw_addr_space
|
|||
#endif
|
||||
unw_word_t dyn_generation; /* see dyn-common.h */
|
||||
unw_word_t dyn_info_list_addr; /* (cached) dyn_info_list_addr */
|
||||
struct dwarf_rs_cache global_cache;
|
||||
};
|
||||
|
||||
struct cursor
|
||||
|
|
Loading…
Reference in a new issue