diff options
Diffstat (limited to 'gdb/tracepoint.c')
-rw-r--r-- | gdb/tracepoint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tracepoint.c b/gdb/tracepoint.c index fc20063..b8ef2e1 100644 --- a/gdb/tracepoint.c +++ b/gdb/tracepoint.c @@ -2739,7 +2739,7 @@ scope_info (char *args, int from_tty) if (symname == NULL || *symname == '\0') continue; /* Probably botched, certainly useless. */ - gdbarch = get_objfile_arch (SYMBOL_SYMTAB (sym)->objfile); + gdbarch = get_objfile_arch (SYMBOL_OBJFILE (sym)); printf_filtered ("Symbol %s is ", symname); |