mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-11-05 01:09:27 +01:00
(struct unwind_header): Rename member "unknown1" to "format".
(Logical change 1.77)
This commit is contained in:
parent
d9ba5fb915
commit
fb293ae33d
1 changed files with 1 additions and 1 deletions
|
@ -409,7 +409,7 @@ tdep_find_proc_info (unw_addr_space_t as, unw_word_t ip,
|
|||
unw_dyn_info_t di, *dip = &di;
|
||||
struct unwind_header
|
||||
{
|
||||
uint64_t format;
|
||||
uint64_t unknown1;
|
||||
uint64_t start_offset;
|
||||
uint64_t end_offset;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue