forked from Imagelibrary/binutils-gdb
Sun Jan 31 04:32:48 1993 Michael Tiemann (tiemann@rtl.cygnus.com)
* gdbtypes.c (lookup_struct_elt_type): Pass NOERR instead of zero on recursive call.
This commit is contained in:
@@ -733,7 +733,7 @@ lookup_struct_elt_type (type, name, noerr)
|
||||
{
|
||||
struct type *t;
|
||||
|
||||
t = lookup_struct_elt_type (TYPE_BASECLASS (type, i), name, 0);
|
||||
t = lookup_struct_elt_type (TYPE_BASECLASS (type, i), name, noerr);
|
||||
if (t != NULL)
|
||||
{
|
||||
return t;
|
||||
|
||||
Reference in New Issue
Block a user