mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-28 01:50:48 +00:00
2002-02-03 Daniel Jacobowitz <drow@mvista.com>
* ax-gdb.c (find_field): Use TYPE_TAG_NAME instead
of accessing tag_name directly.
This commit is contained in:
@@ -1165,7 +1165,7 @@ find_field (struct type *type, char *name)
|
||||
}
|
||||
|
||||
error ("Couldn't find member named `%s' in struct/union `%s'",
|
||||
name, type->tag_name);
|
||||
name, TYPE_TAG_NAME (type));
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user