[LIB]: Call typedef__print in tag__print

Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
This commit is contained in:
Arnaldo Carvalho de Melo 2007-01-12 15:13:38 -02:00
parent bc58353565
commit 18703f8d3c
1 changed files with 3 additions and 0 deletions

View File

@ -1931,6 +1931,9 @@ void tag__print(const struct tag *self, const struct cu *cu,
printf("/* %s:%u */\n", self->decl_file, self->decl_line);
switch (self->tag) {
case DW_TAG_typedef:
typedef__print(self, cu);
break;
case DW_TAG_structure_type:
class__print(self, cu, prefix, suffix);
break;