summaryrefslogtreecommitdiffstats
path: root/src/readDwarf.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/readDwarf.cpp')
-rw-r--r--src/readDwarf.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/readDwarf.cpp b/src/readDwarf.cpp
index 690cb8e..e5895fc 100644
--- a/src/readDwarf.cpp
+++ b/src/readDwarf.cpp
@@ -500,6 +500,7 @@ bool DIECursor::readNext(DWARF_InfoData& id, bool stopAtNull)
case DW_AT_data_member_location: id.member_location = a; break;
case DW_AT_location: id.location = a; break;
case DW_AT_frame_base: id.frame_base = a; break;
+ case DW_AT_language: assert(a.type == Const); id.language = a.cons; break;
}
}