Jump 0x0 on exit

This commit is contained in:
Takumi Sueda 2021-03-10 00:30:47 +09:00
parent cf1e7cbbd7
commit 1a061b3c7d
1 changed files with 2 additions and 2 deletions

View File

@ -2,6 +2,6 @@
.global _start
_start:
push {r4, lr}
bl main
pop {r4, pc}
ldr r0, =0x00000000
mov pc, r0