diff options
Diffstat (limited to 'gdb/dwarf2/read.c')
-rw-r--r-- | gdb/dwarf2/read.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/dwarf2/read.c b/gdb/dwarf2/read.c index 3b72a96..dcf161f 100644 --- a/gdb/dwarf2/read.c +++ b/gdb/dwarf2/read.c @@ -24758,6 +24758,8 @@ dwarf2_per_cu_data::get_header () const read_comp_unit_head (&m_header, info_ptr, this->section, rcuh_kind::COMPILE); + + m_header_read_in = true; } return &m_header; |