Files
rosetta/lib/libc/pthread/sys/x86_64/pthread_self.S

14 lines
142 B
ArmAsm
Raw Normal View History

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