mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-03 16:18:51 -04:00
exo: don't forget to dereference your pointers kids
This commit is contained in:
parent
4adf297c80
commit
83f21d7d2a
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue