1.global __set_thread_area 2.type __set_thread_area, %function 3__set_thread_area: 4 mv tp, a0 5 li a0, 0 6 ret 7