7 lines
72 B
ArmAsm
7 lines
72 B
ArmAsm
.text
|
|
.extern __reboot
|
|
.globl _reboot
|
|
.balign 2
|
|
|
|
_reboot:
|
|
jmp __reboot
|