1.global __set_thread_area
2.type   __set_thread_area,@function
3__set_thread_area:
4	or	t1, a0, x0
5	ret
6