mirror of
https://github.com/brain-hackers/lab
synced 2025-03-09 18:00:04 +09:00
Jump 0x0 on exit
This commit is contained in:
parent
cf1e7cbbd7
commit
1a061b3c7d
@ -2,6 +2,6 @@
|
|||||||
.global _start
|
.global _start
|
||||||
|
|
||||||
_start:
|
_start:
|
||||||
push {r4, lr}
|
|
||||||
bl main
|
bl main
|
||||||
pop {r4, pc}
|
ldr r0, =0x00000000
|
||||||
|
mov pc, r0
|
||||||
|
Loading…
Reference in New Issue
Block a user