sim: change raddr to address_word
[deliverable/binutils-gdb.git] / gdb / eval.c
index 3bcd417354ed2c04c99d97980cafc991643149e8..fd132ea1443645e47b2a58494f5a5df5131e3285 100644 (file)
@@ -1435,7 +1435,7 @@ evaluate_subexp_standard (struct type *expect_type,
              function = cp_lookup_symbol_namespace (TYPE_TAG_NAME (type),
                                                     name,
                                                     get_selected_block (0),
-                                                    VAR_DOMAIN, 1);
+                                                    VAR_DOMAIN);
              if (function == NULL)
                error (_("No symbol \"%s\" in namespace \"%s\"."), 
                       name, TYPE_TAG_NAME (type));
This page took 0.023511 seconds and 4 git commands to generate.