summaryrefslogtreecommitdiffstats
path: root/tapset-perfmon.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapset-perfmon.cxx')
-rw-r--r--tapset-perfmon.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset-perfmon.cxx b/tapset-perfmon.cxx
index d524aa03..86806d61 100644
--- a/tapset-perfmon.cxx
+++ b/tapset-perfmon.cxx
@@ -153,7 +153,7 @@ perfmon_derived_probe::perfmon_derived_probe (probe* p, probe_point* l,
// Now expand the local variables in the probe body
perfmon_var_expanding_visitor v (sess, probes_allocated-1);
- this->body = v.require (this->body);
+ v.replace (this->body);
if (sess.verbose > 1)
clog << "perfmon-based probe" << endl;