aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--apps/speed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/speed.c b/apps/speed.c
index e5742e624b..3dcfb8d890 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;