diff options
author | Mark Wielaard <[email protected]> | 2009-09-09 20:59:26 +0200 |
---|---|---|
committer | Mark Wielaard <[email protected]> | 2009-09-09 20:59:26 +0200 |
commit | 418ae4c39762d823177c477cedb19ec10e00dfee (patch) | |
tree | 4a1b9543cdfcfcf518e4f3dda73d318ce4366b81 /libdw/dwarf_getcfi.c | |
parent | 6076334adc05813f77186eae4f2ac505a848633f (diff) |
Clear cfi->ebl in dwarf_getcfi().
Diffstat (limited to 'libdw/dwarf_getcfi.c')
-rw-r--r-- | libdw/dwarf_getcfi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libdw/dwarf_getcfi.c b/libdw/dwarf_getcfi.c index a89bf8fd..c935631e 100644 --- a/libdw/dwarf_getcfi.c +++ b/libdw/dwarf_getcfi.c @@ -84,6 +84,8 @@ dwarf_getcfi (dbg) cfi->next_offset = 0; cfi->cie_tree = cfi->fde_tree = cfi->expr_tree = NULL; + cfi->ebl = NULL; + dbg->cfi = cfi; } |