blob: 828154d2976cc333d47f872365bc356d0422985c [file] [log] [blame]
.global __set_thread_area
.type __set_thread_area, %function
__set_thread_area:
mv tp, a0
li a0, 0
ret