summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 97c6fb76..8a78e04c 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -1597,8 +1597,7 @@ query_cu (Dwarf_Die * cudie, void * arg)
// Pick up [entrypc, name, DIE] tuples for all the functions
// matching the query, and fill in the prologue endings of them
// all in a single pass.
- int rc = q->dw.iterate_over_functions (query_dwarf_func, q,
- q->function, false);
+ int rc = q->dw.iterate_over_functions (query_dwarf_func, q, q->function);
if (rc != DWARF_CB_OK)
q->query_done = true;