diff options
Diffstat (limited to 'gdb/printcmd.c')
-rw-r--r-- | gdb/printcmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/printcmd.c b/gdb/printcmd.c index a739a892e7c..f51e25cbbb9 100644 --- a/gdb/printcmd.c +++ b/gdb/printcmd.c @@ -1208,7 +1208,7 @@ address_info (char *exp, int from_tty) error (_("Argument required.")); sym = lookup_symbol (exp, get_selected_block (&context_pc), VAR_DOMAIN, - &is_a_field_of_this); + &is_a_field_of_this).symbol; if (sym == NULL) { if (is_a_field_of_this.type != NULL) |