diff options
Diffstat (limited to 'gdb/parse.c')
-rw-r--r-- | gdb/parse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/parse.c b/gdb/parse.c index 7a6c1ee..5540a79 100644 --- a/gdb/parse.c +++ b/gdb/parse.c @@ -1809,7 +1809,7 @@ operator_check_standard (struct expression *exp, int pos, /* Check objfile where the variable itself is placed. SYMBOL_OBJ_SECTION (symbol) may be NULL. */ - if ((*objfile_func) (SYMBOL_SYMTAB (symbol)->objfile, data)) + if ((*objfile_func) (SYMBOL_OBJFILE (symbol), data)) return 1; /* Check objfile where is placed the code touching the variable. */ |