dbghelp: Silence typedefs children in sub program block.

This commit is contained in:
Eric Pouech 2006-11-25 10:31:30 +01:00 committed by Alexandre Julliard
parent 7ca25148f4
commit 3669415dd5
1 changed files with 1 additions and 0 deletions

View File

@ -1447,6 +1447,7 @@ static void dwarf2_parse_subprogram_block(dwarf2_subprogram_t* subpgm,
case DW_TAG_structure_type:
case DW_TAG_union_type:
case DW_TAG_enumeration_type:
case DW_TAG_typedef:
/* the type referred to will be loaded when we need it, so skip it */
break;
default: