diff options
Diffstat (limited to 'gdb/symfile.c')
-rw-r--r-- | gdb/symfile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.c b/gdb/symfile.c index b2034c6..5ae3093 100644 --- a/gdb/symfile.c +++ b/gdb/symfile.c @@ -415,7 +415,7 @@ relative_addr_info_to_section_offsets (section_offsets §ion_offsets, osp = &addrs[i]; if (osp->sectindex == -1) - continue; + continue; /* Record all sections in offsets. */ /* The section_offsets in the objfile are here filled in using |