1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-12-24 12:13:42 +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:
hp.com!davidm 2003-02-14 03:09:27 +00:00
parent ec91b0fce5
commit d7c5192ef8

View file

@ -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
}