From 22f8b401b35f9d3fc17dc682dcf1785309206647 Mon Sep 17 00:00:00 2001 From: "Frank Ch. Eigler" Date: Tue, 3 Feb 2009 15:40:41 -0500 Subject: PR9810: Mostly revert "PR6961: initial sketch: set up dummy pt_regs for non-trap based probes" --- translate.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'translate.cxx') 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. -- cgit