Files
photon/libc/sys/horizon/machine/x86_64/pthread.s

12 lines
148 B
ArmAsm

.global __pthread_self
.type __pthread_self, @function
__pthread_self:
push %rbp
mov %rsp, %rbp
mov %fs:0, %rax
pop %rbp
ret