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

12 lines
142 B
ArmAsm
Raw Normal View History

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