blob: 1bd268183136ad7b65df04ac995c3a04b26ec156 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
.include "asm/macros.inc"
.include "global.inc"
.text
arm_func_start _ExitProcess
_ExitProcess: ; 0x020EC704
ldr ip, _020EC70C ; =sys_exit
bx r12
.balign 4
_020EC70C: .word sys_exit
.section .exceptix,4
.word _ExitProcess
.short 13
.word 0x00000000
|