Commit 3669415d authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

dbghelp: Silence typedefs children in sub program block.

parent 7ca25148
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment