1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-08 02:18:11 +01:00

(unw_get_accessors): Let ia64_init() clear unw.needs_initialization.

(Logical change 1.111)
This commit is contained in:
hp.com!davidm 2003-11-19 03:11:25 +00:00
parent 8e71bb0ab2
commit 9b47e7723f

View file

@ -29,9 +29,6 @@ unw_accessors_t *
unw_get_accessors (unw_addr_space_t as)
{
if (unw.needs_initialization)
{
unw.needs_initialization = 0;
ia64_init ();
}
return &as->acc;
}