mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-19 17:18:24 +08:00
Increment hdrptr by 8 after SAFE_BYTE_GET64
* dwarf.c (process_debug_info): Increment hdrptr by 8 after SAFE_BYTE_GET64.
This commit is contained in:
@ -2238,6 +2238,7 @@ process_debug_info (struct dwarf_section *section,
|
||||
if (do_types)
|
||||
{
|
||||
SAFE_BYTE_GET64 (hdrptr, &signature_high, &signature_low, end);
|
||||
hdrptr += 8;
|
||||
SAFE_BYTE_GET_AND_INC (type_offset, hdrptr, offset_size, end);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user