mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2025-01-22 16:20:29 +01:00
(uc_off): Remove (it wasn't used anymore).
(Logical change 1.53)
This commit is contained in:
parent
2b0b48fd8a
commit
ea34cc2bee
1 changed files with 0 additions and 4 deletions
|
@ -152,10 +152,6 @@ struct ia64_global_unwind_state
|
||||||
they're saved). */
|
they're saved). */
|
||||||
const unsigned char save_order[8];
|
const unsigned char save_order[8];
|
||||||
|
|
||||||
/* Maps a preserved register index (preg_index) to corresponding
|
|
||||||
ucontext_t offset. */
|
|
||||||
unsigned short uc_off[sizeof(unw_cursor_t) / 8];
|
|
||||||
|
|
||||||
/* 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];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue