diff options
author | wenji <wjhuang@dhcp-beijing-cdc-10-182-120-233.cn.oracle.com> | 2008-04-06 18:10:46 -0400 |
---|---|---|
committer | wenji <wjhuang@dhcp-beijing-cdc-10-182-120-233.cn.oracle.com> | 2008-04-06 18:10:46 -0400 |
commit | 34fc1cc81a47fbb3f712a70a2acdb533e2a99090 (patch) | |
tree | b4ce84e968bae9f6c9c11a02ce59c64f3859b62b /tapsets.cxx | |
parent | 8aa6c571b70f61727b92b4442a645a260b53b52a (diff) | |
parent | 946d18f91669c0fbee36124f0bc06d7cf56aecdf (diff) | |
download | systemtap-steved-34fc1cc81a47fbb3f712a70a2acdb533e2a99090.tar.gz systemtap-steved-34fc1cc81a47fbb3f712a70a2acdb533e2a99090.tar.xz systemtap-steved-34fc1cc81a47fbb3f712a70a2acdb533e2a99090.zip |
Merge branch 'master' of ssh://wenji@sources.redhat.com/git/systemtap
Diffstat (limited to 'tapsets.cxx')
-rw-r--r-- | tapsets.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tapsets.cxx b/tapsets.cxx index 079d87e8..ceda9015 100644 --- a/tapsets.cxx +++ b/tapsets.cxx @@ -205,6 +205,8 @@ common_probe_entryfn_prologue (translator_output* o, string statestr, o->newline() << "c->last_error = 0;"; o->newline() << "c->nesting = 0;"; o->newline() << "c->regs = 0;"; + o->newline() << "c->unwaddr = 0;"; + // reset unwound address cache o->newline() << "c->pi = 0;"; o->newline() << "c->probe_point = 0;"; if (! interruptible) |