1
0
Fork 0
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:
mostang.com!davidm 2003-04-08 21:14:16 +00:00
parent d9ba5fb915
commit fb293ae33d

View file

@ -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;
}