diff options
author | Masami Hiramatsu <mhiramat@redhat.com> | 2008-09-12 14:40:00 -0400 |
---|---|---|
committer | Masami Hiramatsu <mhiramat@redhat.com> | 2008-09-12 14:40:00 -0400 |
commit | 82e5a20c33f5c0746720e83a551bf499661475d1 (patch) | |
tree | d8f30891acf30b727a12e90d0166ea13aa45f872 /tapsets.cxx | |
parent | 739828c29912961414ab42e4780bbddb35fc5278 (diff) | |
download | systemtap-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.cxx | 2 |
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);"; } // ------------------------------------------------------------------------ |