diff options
Diffstat (limited to 'bfd/dwarf2.c')
-rw-r--r-- | bfd/dwarf2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/dwarf2.c b/bfd/dwarf2.c index b96b6ab..1153c39 100644 --- a/bfd/dwarf2.c +++ b/bfd/dwarf2.c @@ -3624,7 +3624,7 @@ _bfd_dwarf2_find_inliner_info (bfd *abfd ATTRIBUTE_UNUSED, void _bfd_dwarf2_cleanup_debug_info (bfd *abfd, void **pinfo) { - struct dwarf2_debug *stash = (struct dwarf2_debug *) *pinfo;; + struct dwarf2_debug *stash = (struct dwarf2_debug *) *pinfo; struct comp_unit *each; if (abfd == NULL || stash == NULL) |