math: x86_64 version of expl, fixed some comments in the i386 version
[musl] / src / thread / i386 / tls.s
1 .text
2 .global ___tls_get_addr
3 .type ___tls_get_addr,@function
4 ___tls_get_addr:
5         push %eax
6         call __tls_get_addr
7         pop %edx
8         ret