summaryrefslogtreecommitdiffstats
path: root/translate.cxx
diff options
context:
space:
mode:
authorFrank Ch. Eigler <fche@elastic.org>2009-02-03 15:40:41 -0500
committerFrank Ch. Eigler <fche@elastic.org>2009-02-03 15:40:41 -0500
commit22f8b401b35f9d3fc17dc682dcf1785309206647 (patch)
tree6e480fc5479a303194c05a99b1490f3766109a7c /translate.cxx
parent0c44723c0834224111db09284218d3104d149b44 (diff)
downloadsystemtap-steved-22f8b401b35f9d3fc17dc682dcf1785309206647.tar.gz
systemtap-steved-22f8b401b35f9d3fc17dc682dcf1785309206647.tar.xz
systemtap-steved-22f8b401b35f9d3fc17dc682dcf1785309206647.zip
PR9810: Mostly revert "PR6961: initial sketch: set up dummy pt_regs for non-trap based probes"
Diffstat (limited to 'translate.cxx')
-rw-r--r--translate.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/translate.cxx b/translate.cxx
index d3298802..0d430ea3 100644
--- a/translate.cxx
+++ b/translate.cxx
@@ -884,7 +884,6 @@ c_unparser::emit_common_header ()
// While it's 0, execution continues
// When it's "something", probe code unwinds, _stp_error's, sets error state
o->newline() << "const char *last_stmt;";
- o->newline() << "struct pt_regs regs_buffer;"; // reserved for synthetic
o->newline() << "struct pt_regs *regs;";
o->newline() << "unsigned long *unwaddr;";
// unwaddr is caching unwound address in each probe handler on ia64.