mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-02-02 12:52:53 +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
|
#endif
|
||||||
|
c->sigcontext_loc = 0;
|
||||||
|
|
||||||
#ifdef IA64_UNW_SCRIPT_CACHE
|
#ifdef IA64_UNW_SCRIPT_CACHE
|
||||||
c->hint = 0;
|
c->hint = 0;
|
||||||
|
|
Loading…
Reference in a new issue