summaryrefslogtreecommitdiffstats
path: root/tapset-utrace.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapset-utrace.cxx')
-rw-r--r--tapset-utrace.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset-utrace.cxx b/tapset-utrace.cxx
index 87053f7d..a07e08b8 100644
--- a/tapset-utrace.cxx
+++ b/tapset-utrace.cxx
@@ -120,7 +120,7 @@ utrace_derived_probe::utrace_derived_probe (systemtap_session &s,
{
// Expand local variables in the probe body
utrace_var_expanding_visitor v (s, l, name, flags);
- this->body = v.require (this->body);
+ v.replace (this->body);
target_symbol_seen = v.target_symbol_seen;
// If during target-variable-expanding the probe, we added a new block