summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index af7e5590..47bb20e2 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -209,6 +209,7 @@ common_probe_entryfn_prologue (translator_output* o, string statestr,
o->newline() << "c->unwaddr = 0;";
// reset unwound address cache
o->newline() << "c->pi = 0;";
+ o->newline() << "c->regparm = 0;";
o->newline() << "c->probe_point = 0;";
if (! interruptible)
o->newline() << "c->actionremaining = MAXACTION;";