summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
diff options
context:
space:
mode:
authorfche <fche>2006-12-16 22:24:13 +0000
committerfche <fche>2006-12-16 22:24:13 +0000
commit72d18b983428ccbf45d74631e017874d91935155 (patch)
treee729f15b7ad7181fdc3472c0608bed51428ceb8e /tapsets.cxx
parent16d5fd9f49ace9af5e030641a4c324ae72002cd6 (diff)
downloadsystemtap-steved-72d18b983428ccbf45d74631e017874d91935155.tar.gz
systemtap-steved-72d18b983428ccbf45d74631e017874d91935155.tar.xz
systemtap-steved-72d18b983428ccbf45d74631e017874d91935155.zip
2006-12-16 Frank Ch. Eigler <fche@elastic.org>
* main.cxx (main): Print version strings if verbose >=2 . * tapsets.cxx (common_probe_entryfn_prologue): Decorate an emitted local with __restrict__.
Diffstat (limited to 'tapsets.cxx')
-rw-r--r--tapsets.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/tapsets.cxx b/tapsets.cxx
index 237ee742..a149a913 100644
--- a/tapsets.cxx
+++ b/tapsets.cxx
@@ -167,7 +167,7 @@ be_derived_probe::join_group (systemtap_session& s)
void
common_probe_entryfn_prologue (translator_output* o, string statestr)
{
- o->newline() << "struct context* c;";
+ o->newline() << "struct context* __restrict__ c;";
o->newline() << "unsigned long flags;";
#if 0