exo: don't forget to dereference your pointers kids

This commit is contained in:
Michael Scire 2019-02-21 07:40:04 -08:00
parent 4adf297c80
commit 83f21d7d2a
2 changed files with 5 additions and 1 deletions

View file

@ -19,9 +19,13 @@
.global _start
_start:
adr r0, reboot_type
ldr r0, [r0]
cmp r0, #0x0
beq do_shutdown
b jump_to_reboot_payload
nop
nop
nop
reboot_type:
.word 0x00000001