summaryrefslogtreecommitdiff
path: root/elfutils/libdw/cfi.c
diff options
context:
space:
mode:
Diffstat (limited to 'elfutils/libdw/cfi.c')
-rw-r--r--elfutils/libdw/cfi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/elfutils/libdw/cfi.c b/elfutils/libdw/cfi.c
index 3cb378b6..aeb48e69 100644
--- a/elfutils/libdw/cfi.c
+++ b/elfutils/libdw/cfi.c
@@ -369,6 +369,7 @@ execute_cfi (Dwarf_CFI *cache,
}
/* We get here only for the cases that have just moved LOC. */
+ cfi_assert (cie->initial_state != NULL);
if (find_pc >= loc)
/* This advance has not yet reached FIND_PC. */
fs->start = loc;