Files

14 lines
136 B
ArmAsm
Raw Permalink Normal View History

2026-03-18 21:08:49 +00:00
.code64
.global pthread_self
.type pthread_self, @function
pthread_self:
push %rbp
mov %rsp, %rbp
mov %gs:0, %rax
pop %rbp
ret