mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 09:07:38 +01:00
(common_init): Initialize c->hint and c->prev_script unconditionally.
(Logical change 1.27)
This commit is contained in:
parent
007805c65a
commit
07beae63f4
1 changed files with 0 additions and 2 deletions
|
@ -107,9 +107,7 @@ common_init (struct ia64_cursor *c)
|
||||||
#endif
|
#endif
|
||||||
c->sigcontext_loc = 0;
|
c->sigcontext_loc = 0;
|
||||||
|
|
||||||
#ifdef IA64_UNW_SCRIPT_CACHE
|
|
||||||
c->hint = 0;
|
c->hint = 0;
|
||||||
c->prev_script = 0;
|
c->prev_script = 0;
|
||||||
#endif
|
|
||||||
return ia64_get_proc_info (c);
|
return ia64_get_proc_info (c);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue