mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-26 09:07:38 +01:00
(struct ia64_global_unwind_state): Add member "r0".
(Logical change 1.55)
This commit is contained in:
parent
8d4f6ff52d
commit
c503981c39
1 changed files with 1 additions and 0 deletions
|
@ -155,6 +155,7 @@ struct ia64_global_unwind_state
|
||||||
/* Index into unw_cursor_t for preserved register i */
|
/* Index into unw_cursor_t for preserved register i */
|
||||||
unsigned short preg_index[IA64_NUM_PREGS];
|
unsigned short preg_index[IA64_NUM_PREGS];
|
||||||
|
|
||||||
|
unw_word_t r0;
|
||||||
unw_fpreg_t f0, f1_le, f1_be, nat_val_le;
|
unw_fpreg_t f0, f1_le, f1_be, nat_val_le;
|
||||||
unw_fpreg_t nat_val_be, int_val_le, int_val_be;
|
unw_fpreg_t nat_val_be, int_val_le, int_val_be;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue