summaryrefslogtreecommitdiffstats
path: root/libdw/dwarf_getcfi.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdw/dwarf_getcfi.c')
-rw-r--r--libdw/dwarf_getcfi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libdw/dwarf_getcfi.c b/libdw/dwarf_getcfi.c
index 9aed403e..51932cd9 100644
--- a/libdw/dwarf_getcfi.c
+++ b/libdw/dwarf_getcfi.c
@@ -58,6 +58,7 @@ dwarf_getcfi (Dwarf *dbg)
cfi->e_ident = (unsigned char *) elf_getident (dbg->elf, NULL);
cfi->other_byte_order = dbg->other_byte_order;
+ cfi->default_same_value = false;
cfi->next_offset = 0;
cfi->cie_tree = cfi->fde_tree = cfi->expr_tree = NULL;