mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 20:03:43 +01:00
(struct ia64_cursor): Add sigcontext_loc.
(Logical change 1.18)
This commit is contained in:
parent
72e98c4610
commit
563bccbf75
1 changed files with 1 additions and 0 deletions
|
@ -147,6 +147,7 @@ struct ia64_cursor
|
|||
unw_word_t f2_loc, f3_loc, f4_loc, f5_loc, fr_loc[16];
|
||||
|
||||
unw_word_t eh_args[4]; /* exception handler arguments */
|
||||
unw_word_t sigcontext_loc; /* location of sigcontext or NULL */
|
||||
|
||||
#ifdef IA64_UNW_SCRIPT_CACHE
|
||||
short hint;
|
||||
|
|
Loading…
Reference in a new issue