diff options
Diffstat (limited to 'gdb/mdebugread.c')
-rw-r--r-- | gdb/mdebugread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/mdebugread.c b/gdb/mdebugread.c index 6dcac13..7083beb 100644 --- a/gdb/mdebugread.c +++ b/gdb/mdebugread.c @@ -4486,7 +4486,7 @@ mylookup_symbol (const char *name, const struct block *block, static void add_symbol (struct symbol *s, struct symtab *symtab, struct block *b) { - symbol_set_symtab (s, symtab); + s->set_symtab (symtab); mdict_add_symbol (BLOCK_MULTIDICT (b), s); } |