summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/main.c b/main.c
index ffa81b0..77182a9 100644
--- a/main.c
+++ b/main.c
@@ -8,6 +8,7 @@
#undef TEST_TIMES
extern void bzero();
+extern int fast_mode;
const struct tseq tseq[] = {
{0, 5, 3, 0, 0, "[Address test, walking ones, no cache]"},
@@ -415,6 +416,7 @@ void restart()
/* clear all of the variables */
firsttime = 0;
+ fast_mode = 0;
for (i=0, pp=(char *)v; i<sizeof(struct vars); i++, pp++) {
*pp = 0;
}