diff options
Diffstat (limited to 'tapsets.cxx')
-rw-r--r-- | tapsets.cxx | 2 |
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 |