1
0
Fork 0
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:
hp.com!davidm 2003-11-19 03:11:25 +00:00
parent 9b47e7723f
commit 3551d42d45

View file

@ -47,10 +47,7 @@ unw_init_local (unw_cursor_t *cursor, ucontext_t *uc)
unw_word_t sol;
if (unw.needs_initialization)
{
unw.needs_initialization = 0;
ia64_init ();
}
ia64_init ();
#ifdef __hpux
{