diff options
Diffstat (limited to '')
| -rw-r--r-- | demo/start.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demo/start.S b/demo/start.S index fd33231..74b5a65 100644 --- a/demo/start.S +++ b/demo/start.S @@ -44,6 +44,7 @@ _start: bl reset b . +.global _boot_num _boot_num: .word 0 |
