diff options
Diffstat (limited to 'gdb/symmisc.c')
-rw-r--r-- | gdb/symmisc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/symmisc.c b/gdb/symmisc.c index 8d748b9..acdbac6 100644 --- a/gdb/symmisc.c +++ b/gdb/symmisc.c @@ -844,7 +844,7 @@ maintenance_info_symtabs (const char *regexp, int from_tty) printf_filtered (" blockvector" " ((struct blockvector *) %s)\n", host_address_to_string - (COMPUNIT_BLOCKVECTOR (cust))); + (COMPUNIT_BLOCKVECTOR (cust))); printf_filtered (" user" " ((struct compunit_symtab *) %s)\n", cust->user != nullptr |