]> git.saurik.com Git - apple/libc.git/blobdiff - x86_64/pthreads/pthread_self.s
Libc-825.40.1.tar.gz
[apple/libc.git] / x86_64 / pthreads / pthread_self.s
index c0408417850b22893575c9bb6e53deb311a70c57..147beda07c0501bc59c9bca6261f87ba1f53f5b5 100644 (file)
@@ -27,5 +27,5 @@
 .align 2, 0x90
 .globl _pthread_self
 _pthread_self:
-       movq    %gs:_PTHREAD_TSD_OFFSET,%rax
+       movq    %gs:0,%rax
        ret