2004-11-12 Andrew Cagney <cagney@gnu.org>
[deliverable/binutils-gdb.git] / gdb / ax-gdb.c
index dadad8e25491a157b977a392bbc82bf494c468b0..c425676f693f35eb0604962a51df1205c4f78298 100644 (file)
@@ -1490,7 +1490,7 @@ gen_expr (union exp_element **pc, struct agent_expr *ax,
       {
        ax_const_l (ax, value_as_long (v));
        value->kind = axs_rvalue;
-       value->type = check_typedef (VALUE_TYPE (v));
+       value->type = check_typedef (value_type (v));
        return;
       }
   }
This page took 0.023944 seconds and 4 git commands to generate.