diff options
| author | Alejandro Soto <alejandro@34project.org> | 2023-10-04 15:23:49 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2023-10-04 15:23:49 -0600 |
| commit | 64dbe25a5023b87acaa648c7cfcb3f183032589a (patch) | |
| tree | 16adff52540bae421b145903a8a657ed533fe384 /demo/main.c | |
| parent | f2b332fe0bf95beab5ef4ecbbdc506a1b7d0399c (diff) | |
Makefile: add rules for demo
Diffstat (limited to 'demo/main.c')
| -rw-r--r-- | demo/main.c | 2 |
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) { |
