summaryrefslogtreecommitdiff
path: root/libdw/dwarf_frame_cfa.c
diff options
context:
space:
mode:
Diffstat (limited to 'libdw/dwarf_frame_cfa.c')
-rw-r--r--libdw/dwarf_frame_cfa.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libdw/dwarf_frame_cfa.c b/libdw/dwarf_frame_cfa.c
index d1c57108..03c5fbd2 100644
--- a/libdw/dwarf_frame_cfa.c
+++ b/libdw/dwarf_frame_cfa.c
@@ -84,7 +84,7 @@ dwarf_frame_cfa (fs, ops, nops)
result = __libdw_intern_expression
(NULL, fs->cache->other_byte_order,
fs->cache->e_ident[EI_CLASS] == ELFCLASS32 ? 4 : 8,
- &fs->cache->expr_tree, &fs->cfa_data.expr, false,
+ &fs->cache->expr_tree, &fs->cfa_data.expr, false, false,
ops, nops, IDX_debug_frame);
break;