aboutsummaryrefslogtreecommitdiff
path: root/gdb/skip.c
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/skip.c')
-rw-r--r--gdb/skip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/skip.c b/gdb/skip.c
index 5a3fae3..9041b85 100644
--- a/gdb/skip.c
+++ b/gdb/skip.c
@@ -304,7 +304,7 @@ Skiplist entry should have either a filename or a function name."));
if (sym)
ui_out_field_fmt (current_uiout, "what", "%s at %s:%d",
sym->ginfo.name,
- sym->symtab->filename,
+ SYMBOL_SYMTAB (sym)->filename,
sym->line);
else
ui_out_field_string (current_uiout, "what", "?");