From 72d18b983428ccbf45d74631e017874d91935155 Mon Sep 17 00:00:00 2001 From: fche Date: Sat, 16 Dec 2006 22:24:13 +0000 Subject: 2006-12-16 Frank Ch. Eigler * main.cxx (main): Print version strings if verbose >=2 . * tapsets.cxx (common_probe_entryfn_prologue): Decorate an emitted local with __restrict__. --- tapsets.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tapsets.cxx') 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 -- cgit