2004-11-10 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / eval.c
index 38d1dd528335785b79255e3382d7f490349d76de..74198199561bb3f137945a5c69e54e05c75ffc5a 100644 (file)
@@ -1532,7 +1532,7 @@ evaluate_subexp_standard (struct type *expect_type,
             array or pointer type (like a plain int variable for example),
             then report this as an error. */
 
-         COERCE_REF (arg1);
+         arg1 = coerce_ref (arg1);
          type = check_typedef (VALUE_TYPE (arg1));
          if (TYPE_CODE (type) != TYPE_CODE_ARRAY
              && TYPE_CODE (type) != TYPE_CODE_PTR)
This page took 0.024499 seconds and 4 git commands to generate.