diff options
Diffstat (limited to 'gdb/valops.c')
-rw-r--r-- | gdb/valops.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/valops.c b/gdb/valops.c index feb47f5..afec392 100644 --- a/gdb/valops.c +++ b/gdb/valops.c @@ -2681,8 +2681,7 @@ find_overload_match (struct value **args, int nargs, and non member function, the first argument must now be dereferenced. */ if (method == BOTH) - deprecated_set_value_type (args[0], - TYPE_TARGET_TYPE (value_type (args[0]))); + args[0] = value_ind (args[0]); if (fsym) { |