summaryrefslogtreecommitdiffstats
path: root/translate.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'translate.cxx')
-rw-r--r--translate.cxx1
1 files changed, 1 insertions, 0 deletions
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!