summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/dwarf2pdb.cpp2
1 files changed, 1 insertions, 1 deletions
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: