summaryrefslogtreecommitdiff
path: root/demo/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demo/main.c')
-rw-r--r--demo/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demo/main.c b/demo/main.c
index 40e903c..988ef55 100644
--- a/demo/main.c
+++ b/demo/main.c
@@ -4,7 +4,7 @@ static struct cpu cpu0, cpu1, cpu2, cpu3;
struct cpu *__cpus[] = { &cpu0, &cpu1, &cpu2, &cpu3 };
-volatile static unsigned boot_done;
+static volatile unsigned boot_done;
static void cmd_run(char **tokens)
{