Retro68/gcc/newlib/libc/sys/sysvi386/getpid.S

10 lines
97 B
ArmAsm
Raw Normal View History

2017-04-11 21:13:36 +00:00
.globl _getpid
.globl getpid
_getpid:
getpid:
movl $0x14, %eax
lcall $7,$0
jb _cerror
ret