From 3d49c6154591958c1e12f70aa5b89de70e8fb988 Mon Sep 17 00:00:00 2001 From: fche Date: Thu, 28 Jul 2005 18:42:58 +0000 Subject: 2005-07-28 Frank Ch. Eigler * translate.cxx: Add "pt_regs*" field to context. * tapsets.cxx (*): Correct kprobes API interface. * testsuite/buildok/three.stp: New test, copied from semok. * Makefile.am (install-data-local): Also install runtime/relayfs, so scripts can build against headers located thereunder. * Makefile.in: Regenerated. --- translate.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'translate.cxx') diff --git a/translate.cxx b/translate.cxx index 3623799c..2667d7ab 100644 --- a/translate.cxx +++ b/translate.cxx @@ -513,6 +513,7 @@ c_unparser::emit_common_header () o->newline() << "unsigned actioncount;"; o->newline() << "unsigned errorcount;"; o->newline() << "unsigned nesting;"; + o->newline() << "struct pt_regs *regs;"; o->newline() << "union {"; o->indent(1); // XXX: this handles only scalars! -- cgit