diff options
Diffstat (limited to 'gdb/objfiles.c')
-rw-r--r-- | gdb/objfiles.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/objfiles.c b/gdb/objfiles.c index 0768276..b881645 100644 --- a/gdb/objfiles.c +++ b/gdb/objfiles.c @@ -692,7 +692,7 @@ free_all_objfiles (void) { free_objfile (objfile); } - clear_symtab_users (); + clear_symtab_users (0); } /* A helper function for objfile_relocate1 that relocates a single |