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:
parent
8e71bb0ab2
commit
9b47e7723f
1 changed files with 1 additions and 4 deletions
|
@ -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 ();
|
||||
}
|
||||
ia64_init ();
|
||||
return &as->acc;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue