gdb/
[deliverable/binutils-gdb.git] / gdb / eval.c
index de1c4bdc713b9948595feda5aad02c0e7df34da5..dba174d3563ca59a5d6b11c8a53289e0a38a7f0c 100644 (file)
@@ -1358,8 +1358,7 @@ evaluate_subexp_standard (struct type *expect_type,
                  val_type = expect_type;
              }
 
-           struct_return = using_struct_return (exp->gdbarch,
-                                                value_type (method),
+           struct_return = using_struct_return (exp->gdbarch, method,
                                                 val_type);
          }
        else if (expect_type != NULL)
This page took 0.036706 seconds and 4 git commands to generate.