diff options
Diffstat (limited to 'gdb/dwarf2/cu.h')
-rw-r--r-- | gdb/dwarf2/cu.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/dwarf2/cu.h b/gdb/dwarf2/cu.h index d23cc9b..b0ec2d6 100644 --- a/gdb/dwarf2/cu.h +++ b/gdb/dwarf2/cu.h @@ -170,7 +170,7 @@ public: std::vector<delayed_method_info> method_list; /* To be copied to symtab->call_site_htab. */ - htab_t call_site_htab = nullptr; + htab_up call_site_htab; /* Non-NULL if this CU came from a DWO file. There is an invariant here that is important to remember: |