mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-08 02:18:11 +01:00
(unw_init_remote): Let ia64_init() clear unw.needs_initialization.
(Logical change 1.111)
This commit is contained in:
parent
3551d42d45
commit
f5f706c35e
1 changed files with 1 additions and 4 deletions
|
@ -36,10 +36,7 @@ unw_init_remote (unw_cursor_t *cursor, unw_addr_space_t as, void *as_arg)
|
|||
struct cursor *c = (struct cursor *) cursor;
|
||||
|
||||
if (unw.needs_initialization)
|
||||
{
|
||||
unw.needs_initialization = 0;
|
||||
ia64_init ();
|
||||
}
|
||||
|
||||
c->as = as;
|
||||
c->as_arg = as_arg;
|
||||
|
|
Loading…
Reference in a new issue