diff options
Diffstat (limited to 'gdb/symtab.c')
-rw-r--r-- | gdb/symtab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symtab.c b/gdb/symtab.c index 326f4c9..65d7188 100644 --- a/gdb/symtab.c +++ b/gdb/symtab.c @@ -2379,7 +2379,7 @@ find_pc_sect_line (CORE_ADDR pc, struct obj_section *section, int notcurrent) { mfunsym = lookup_minimal_symbol_text (MSYMBOL_LINKAGE_NAME (msymbol.minsym), - NULL); + NULL).minsym; if (mfunsym == NULL) /* I eliminated this warning since it is coming out * in the following situation: |