diff options
Diffstat (limited to 'gdb/breakpoint.c')
-rw-r--r-- | gdb/breakpoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/breakpoint.c b/gdb/breakpoint.c index 5f1914e..e9aba79 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -9691,7 +9691,7 @@ resolve_sal_pc (struct symtab_and_line *sal) bound_minimal_symbol msym = lookup_minimal_symbol_by_pc (sal->pc); if (msym.minsym) - sal->section = msym.minsym->obj_section (msym.objfile); + sal->section = msym.obj_section (); } } } |