diff options
Diffstat (limited to 'gdb/infcmd.c')
-rw-r--r-- | gdb/infcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 9b65f1a..ec39cec 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -1202,7 +1202,7 @@ jump_command (char *arg, int from_tty) struct obj_section *section; fixup_symbol_section (sfn, 0); - section = SYMBOL_OBJ_SECTION (SYMBOL_OBJFILE (sfn), sfn); + section = SYMBOL_OBJ_SECTION (symbol_objfile (sfn), sfn); if (section_is_overlay (section) && !section_is_mapped (section)) { |