summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 4ff53e6f..9b31fca1 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -5289,7 +5289,8 @@ mark_derived_probe::mark_derived_probe (systemtap_session &s,
const string& p_n,
const string& p_s,
probe* base, probe_point* loc):
- derived_probe (base, loc), sess (s), probe_name (p_n), probe_sig (p_s),
+ derived_probe (base, new probe_point(*loc) /* .components soon rewritten */),
+ sess (s), probe_name (p_n), probe_sig (p_s),
target_symbol_seen (false)
{
// create synthetic probe point name; preserve condition