* dwarf.c (display_debug_frames): Skip the 'S' character in CFI
'z' augmentation strings.
This commit is contained in:
parent
19ef5f3d6d
commit
d80e8de27f
2 changed files with 7 additions and 0 deletions
|
@ -4114,6 +4114,8 @@ display_debug_frames (struct dwarf_section *section,
|
|||
q += 1 + size_of_encoded_value (*q);
|
||||
else if (*p == 'R')
|
||||
fc->fde_encoding = *q++;
|
||||
else if (*p == 'S')
|
||||
;
|
||||
else
|
||||
break;
|
||||
p++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue