diff options
Diffstat (limited to 'gdb/ada-lang.c')
-rw-r--r-- | gdb/ada-lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/ada-lang.c b/gdb/ada-lang.c index 0a73ca4..b8a11cd 100644 --- a/gdb/ada-lang.c +++ b/gdb/ada-lang.c @@ -3515,7 +3515,7 @@ resolve_subexp (expression_up *expp, int *pos, int deprocedure_p, && (TYPE_CODE (SYMBOL_TYPE (exp->elts[pc + 2].symbol)) == TYPE_CODE_FUNC)) { - replace_operator_with_call (expp, pc, 0, 0, + replace_operator_with_call (expp, pc, 0, 4, exp->elts[pc + 2].symbol, exp->elts[pc + 1].block); exp = expp->get (); |