diff options
author | Frank Ch. Eigler <fche@elastic.org> | 2009-02-03 15:40:41 -0500 |
---|---|---|
committer | Frank Ch. Eigler <fche@elastic.org> | 2009-02-03 15:40:41 -0500 |
commit | 22f8b401b35f9d3fc17dc682dcf1785309206647 (patch) | |
tree | 6e480fc5479a303194c05a99b1490f3766109a7c /translate.cxx | |
parent | 0c44723c0834224111db09284218d3104d149b44 (diff) | |
download | systemtap-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.cxx | 1 |
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. |