gdb/
[deliverable/binutils-gdb.git] / gdb / eval.c
index c1c028011688594899f551b587940dc321bdd47b..af225c4670ae6339c34fab85315540eda39e3b6e 100644 (file)
@@ -2830,7 +2830,7 @@ evaluate_subexp_standard (struct type *expect_type,
 
     case OP_THIS:
       (*pos) += 1;
-      return value_of_this (exp->language_defn, 1);
+      return value_of_this (exp->language_defn);
 
     case OP_TYPE:
       /* The value is not supposed to be used.  This is here to make it
This page took 0.023779 seconds and 4 git commands to generate.