dbghelp: Add support for a label in a subprogram block.

This commit is contained in:
Eric Pouech 2006-11-24 22:18:12 +01:00 committed by Alexandre Julliard
parent 8eef2de3eb
commit 96bfe9d056
1 changed files with 3 additions and 0 deletions

View File

@ -1423,6 +1423,9 @@ static void dwarf2_parse_subprogram_block(dwarf2_subprogram_t* subpgm,
* Skip it for now
*/
break;
case DW_TAG_label:
dwarf2_parse_subprogram_label(subpgm, child);
break;
case DW_TAG_class_type:
case DW_TAG_structure_type:
case DW_TAG_union_type: