7 lines
72 B
ArmAsm
7 lines
72 B
ArmAsm
.text
|
|
.extern __getpid
|
|
.globl _getpid
|
|
.balign 2
|
|
|
|
_getpid:
|
|
jmp __getpid
|