X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bce40f9889d9056f9b9d8822d71525ad17de648f..3a80007514901595c94e124f9c57e6cb26c92b53:/src/mc/mc_dwarf.c diff --git a/src/mc/mc_dwarf.c b/src/mc/mc_dwarf.c index 28866c2e97..c4c00ba078 100644 --- a/src/mc/mc_dwarf.c +++ b/src/mc/mc_dwarf.c @@ -136,6 +136,8 @@ static mc_tag_class MC_dwarf_tag_classify(int tag) { case DW_TAG_enumeration_type: case DW_TAG_typedef: case DW_TAG_pointer_type: + case DW_TAG_reference_type: + case DW_TAG_rvalue_reference_type: case DW_TAG_string_type: case DW_TAG_structure_type: case DW_TAG_subroutine_type: