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 9dc18807326..5b3ae926504 100644 --- a/gdb/symfile-debug.c +++ b/gdb/symfile-debug.c @@ -240,7 +240,7 @@ static void debug_qf_map_matching_symbols (struct objfile *objfile, const char *name, domain_enum domain, int global, - int (*callback) (struct block *, + int (*callback) (const struct block *, struct symbol *, void *), void *data, symbol_name_match_type match, |