diff options
Diffstat (limited to 'gdb/jv-exp.y')
-rw-r--r-- | gdb/jv-exp.y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/jv-exp.y b/gdb/jv-exp.y index 9387fa7..33cbdf9 100644 --- a/gdb/jv-exp.y +++ b/gdb/jv-exp.y @@ -1229,7 +1229,7 @@ push_variable (struct stoken name) int is_a_field_of_this = 0; struct symbol *sym; sym = lookup_symbol (tmp, expression_context_block, VAR_DOMAIN, - &is_a_field_of_this, (struct symtab **) NULL); + &is_a_field_of_this); if (sym && SYMBOL_CLASS (sym) != LOC_TYPEDEF) { if (symbol_read_needs_frame (sym)) |