From 290170c3e89d25ee5e46f5713d46fd2538ac094f Mon Sep 17 00:00:00 2001 From: Pierre-Marie de Rodat Date: Mon, 24 Apr 2017 14:56:34 +0200 Subject: Fix pasto: restore DW_TAG_subroutine_type handling as opaque type --- src/dwarf2pdb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dwarf2pdb.cpp b/src/dwarf2pdb.cpp index 677751a..27fafd3 100644 --- a/src/dwarf2pdb.cpp +++ b/src/dwarf2pdb.cpp @@ -1300,12 +1300,12 @@ bool CV2PDB::createTypes() case DW_TAG_array_type: cvtype = addDWARFArray(id, cu, cursor.getSubtreeCursor()); break; - case DW_TAG_subroutine_type: case DW_TAG_enumeration_type: cvtype = addDWARFEnum(id, cu, cursor.getSubtreeCursor()); break; + case DW_TAG_subroutine_type: case DW_TAG_string_type: case DW_TAG_ptr_to_member_type: case DW_TAG_set_type: -- cgit v0.12