mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 20:03:43 +01:00
(ia64_init): Don't call _Uia64_local_addr_space_init() or
_ULia64_local_addr_space_init() for UNW_REMOTE_ONLY. (Logical change 1.46)
This commit is contained in:
parent
ec91b0fce5
commit
d7c5192ef8
1 changed files with 2 additions and 0 deletions
|
@ -177,6 +177,8 @@ ia64_init (void)
|
|||
if (8*sizeof(unw_hash_index_t) < IA64_LOG_UNW_HASH_SIZE)
|
||||
unw_hash_index_t_is_too_narrow ();
|
||||
|
||||
#ifndef UNW_REMOTE_ONLY
|
||||
_Uia64_local_addr_space_init ();
|
||||
_ULia64_local_addr_space_init ();
|
||||
#endif
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue