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

9 lines
97 B
ArmAsm
Raw Normal View History

2017-09-19 06:16:43 +02:00
.text
.globl thrd_current
.type thrd_current, @function
thrd_current:
mov %fs:0, %rax
ret