Commit 96bfe9d0 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

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

parent 8eef2de3
......@@ -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:
......
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