diff options
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r-- | gdb/symfile.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h index 17599be..614af3c 100644 --- a/gdb/symfile.h +++ b/gdb/symfile.h @@ -292,7 +292,7 @@ struct quick_symbol_functions symbol table that contains a symbol whose address is closest to PC. */ struct symtab *(*find_pc_sect_symtab) (struct objfile *objfile, - struct minimal_symbol *msymbol, + struct bound_minimal_symbol msymbol, CORE_ADDR pc, struct obj_section *section, int warn_if_readin); |