summaryrefslogtreecommitdiff
path: root/demo/start.S
diff options
context:
space:
mode:
authorAlejandro Soto <alejandro@34project.org>2023-11-16 15:08:13 -0600
committerAlejandro Soto <alejandro@34project.org>2023-11-16 16:43:59 -0600
commitbf4140d1f805c94e9ffd79c5a53342a1a057d0da (patch)
tree1634a2a2938150d48f114aac89c63f40f74f8f3a /demo/start.S
parent87a42e555bf952047e287f4c7810cd538595d5af (diff)
demo: handle reset gracefully
Diffstat (limited to 'demo/start.S')
-rw-r--r--demo/start.S1
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