diff options
Diffstat (limited to 'gdb/dwarf2/read.h')
-rw-r--r-- | gdb/dwarf2/read.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/read.h b/gdb/dwarf2/read.h index 0f30837..c177747 100644 --- a/gdb/dwarf2/read.h +++ b/gdb/dwarf2/read.h @@ -214,7 +214,7 @@ public: /* Table mapping type DIEs to their struct type *. This is NULL if not allocated yet. The mapping is done via (CU/TU + DIE offset) -> type. */ - htab_t die_type_hash {}; + htab_up die_type_hash; /* The CUs we recently read. */ std::vector<dwarf2_per_cu_data *> just_read_cus; |