summaryrefslogtreecommitdiff
path: root/demo/main.c
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-10-04 15:23:49 -0600
committerAlejandro Soto <alejandro@34project.org>2023-10-04 15:23:49 -0600
commit64dbe25a5023b87acaa648c7cfcb3f183032589a (patch)
tree16adff52540bae421b145903a8a657ed533fe384 /demo/main.c
parentf2b332fe0bf95beab5ef4ecbbdc506a1b7d0399c (diff)
Makefile: add rules for demo
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)
{