From: Kurt Roeckx Date: Tue, 16 Dec 2014 11:35:21 +0000 (+0100) Subject: Make "run" volatile X-Git-Tag: master-pre-reformat~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa8a9266f91ce05068c5bf7eab44263c99d366f3;p=thirdparty%2Fopenssl.git Make "run" volatile RT#3629 Reviewed-by: Richard Levitte --- diff --git a/apps/speed.c b/apps/speed.c index e5742e624bf..3dcfb8d8908 100644 --- a/apps/speed.c +++ b/apps/speed.c @@ -209,7 +209,7 @@ #define BUFSIZE (1024*8+1) #define MAX_MISALIGNMENT 63 -int run=0; +static volatile int run=0; static int mr=0; static int usertime=1;