summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 0ad6d5cf..7d10ddf3 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -3403,6 +3403,7 @@ profile_derived_probe::emit_probe_entries (translator_output* o, unsigned j)
o->newline() << "const char* probe_point = "
<< lex_cast_qstring(*locations[0]) << ";";
emit_probe_prologue (o, "STAP_SESSION_RUNNING");
+ o->newline() << "c->regs = regs;";
if (using_rpn) {
o->newline() << "(void) self;";