* sparc-linux-tdep.c (sparc32_linux_init_abi): Append
[deliverable/binutils-gdb.git] / gdb / gdbtypes.c
index dde327b5ab413e767dc10e0b97b67b12c54559d4..0d297281a1358a91e0e78e23a1ccc466cf517c92 100644 (file)
@@ -1271,7 +1271,7 @@ lookup_struct_elt_type (struct type *type, char *name, int noerr)
     {
       struct type *t;
 
-      t = lookup_struct_elt_type (TYPE_BASECLASS (type, i), name, noerr);
+      t = lookup_struct_elt_type (TYPE_BASECLASS (type, i), name, 1);
       if (t != NULL)
        {
          return t;
This page took 0.02326 seconds and 4 git commands to generate.