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 9567c73..96a2b46 100644 --- a/gdb/breakpoint.c +++ b/gdb/breakpoint.c @@ -9230,7 +9230,7 @@ resolve_sal_pc (struct symtab_and_line *sal) struct symbol *sym; bv = blockvector_for_pc_sect (sal->pc, 0, &b, - SYMTAB_COMPUNIT (sal->symtab)); + sal->symtab->compunit ()); if (bv != NULL) { sym = block_linkage_function (b); |