add loongarch64 port
[musl.git] / src / thread / loongarch64 / __set_thread_area.s
blob021307fc41fce7c8179fc0b2268b07e395cc1249
1 .global __set_thread_area
2 .hidden __set_thread_area
3 .type __set_thread_area,@function
4 __set_thread_area:
5 move $tp, $a0
6 move $a0, $zero
7 jr $ra