summaryrefslogtreecommitdiff
path: root/src/thread/powerpc/__set_thread_area.s
blob: 86c498fa382219c557d8733dd030925c54dbf3d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
.text
.global __set_thread_area
.hidden __set_thread_area
.type   __set_thread_area, %function
__set_thread_area:
	# mov pointer in reg3 into r2
	mr 2, 3
	# put 0 into return reg
	li 3, 0
	# return
	blr