diff options
Diffstat (limited to 'gdb/symfile-debug.c')
-rw-r--r-- | gdb/symfile-debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile-debug.c b/gdb/symfile-debug.c index cd25789..59dbaf1 100644 --- a/gdb/symfile-debug.c +++ b/gdb/symfile-debug.c @@ -245,7 +245,7 @@ objfile::lookup_symbol (block_enum kind, const char *name, domain_enum domain) auto search_one_symtab = [&] (compunit_symtab *stab) { struct symbol *sym, *with_opaque = NULL; - const struct blockvector *bv = COMPUNIT_BLOCKVECTOR (stab); + const struct blockvector *bv = stab->blockvector (); const struct block *block = BLOCKVECTOR_BLOCK (bv, kind); sym = block_find_symbol (block, name, domain, |