1.text
2.global __set_thread_area
3.type   __set_thread_area, %function
4__set_thread_area:
5	mr 13, 3
6	li  3, 0
7	blr
8
9