From bf4140d1f805c94e9ffd79c5a53342a1a057d0da Mon Sep 17 00:00:00 2001 From: Alejandro Soto Date: Thu, 16 Nov 2023 15:08:13 -0600 Subject: demo: handle reset gracefully --- demo/start.S | 1 + 1 file changed, 1 insertion(+) (limited to 'demo/start.S') 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 -- cgit v1.2.3