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_remote): 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 3551d42d45
commit f5f706c35e

View file

@ -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;