mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-08 02:18:11 +01:00
(unw_init_local): Let ia64_init() clear unw.needs_initialization.
(Logical change 1.111)
This commit is contained in:
parent
9b47e7723f
commit
3551d42d45
1 changed files with 1 additions and 4 deletions
|
@ -47,10 +47,7 @@ unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
|
||||||
unw_word_t sol;
|
unw_word_t sol;
|
||||||
|
|
||||||
if (unw.needs_initialization)
|
if (unw.needs_initialization)
|
||||||
{
|
ia64_init ();
|
||||||
unw.needs_initialization = 0;
|
|
||||||
ia64_init ();
|
|
||||||
}
|
|
||||||
|
|
||||||
#ifdef __hpux
|
#ifdef __hpux
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue