summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
authorMasami Hiramatsu <mhiramat@redhat.com>2008-09-12 14:40:00 -0400
committerMasami Hiramatsu <mhiramat@redhat.com>2008-09-12 14:40:00 -0400
commit82e5a20c33f5c0746720e83a551bf499661475d1 (patch)
treed8f30891acf30b727a12e90d0166ea13aa45f872 /tapsets.cxx
parent739828c29912961414ab42e4780bbddb35fc5278 (diff)
downloadsystemtap-steved-82e5a20c33f5c0746720e83a551bf499661475d1.tar.gz
systemtap-steved-82e5a20c33f5c0746720e83a551bf499661475d1.tar.xz
systemtap-steved-82e5a20c33f5c0746720e83a551bf499661475d1.zip
PR6028: use ip instead of pp for probe identification.
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index f25c671c..85505084 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -4747,7 +4747,7 @@ void
dwarf_derived_probe::emit_probe_local_init(translator_output * o)
{
// emit bsp cache setup
- o->newline() << "bspcache(c->unwaddr, c->regs, c->probe_point);";
+ o->newline() << "bspcache(c->unwaddr, c->regs);";
}
// ------------------------------------------------------------------------