mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-23 00:30:29 +01:00
(common_init): Initialize c->sigcontext_loc to zero.
(Logical change 1.18)
This commit is contained in:
parent
a6d51ee1a6
commit
c56126ea7b
1 changed files with 1 additions and 0 deletions
|
@ -103,6 +103,7 @@ common_init (struct ia64_cursor *c)
|
|||
}
|
||||
}
|
||||
#endif
|
||||
c->sigcontext_loc = 0;
|
||||
|
||||
#ifdef IA64_UNW_SCRIPT_CACHE
|
||||
c->hint = 0;
|
||||
|
|
Loading…
Reference in a new issue