tanya/arch/x64/linux/concurrency/thread.S

9 lines
97 B
ArmAsm

.text
.globl thrd_current
.type thrd_current, @function
thrd_current:
mov %fs:0, %rax
ret