mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2025-01-18 23:13:46 +00:00
* valops.c (find_overload_match): Use value_ind.
This commit is contained in:
parent
984359d2e1
commit
2b214ea697
@ -1,3 +1,7 @@
|
||||
2012-06-15 Tom Tromey <tromey@redhat.com>
|
||||
|
||||
* valops.c (find_overload_match): Use value_ind.
|
||||
|
||||
2012-06-15 Maciej W. Rozycki <macro@codesourcery.com>
|
||||
|
||||
* infrun.c (handle_inferior_event): Correct indentation.
|
||||
|
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user