summaryrefslogtreecommitdiff
path: root/lib9/getcallerpc-Solaris-sparc.s
blob: 79e18fa07c97a901f139e9ba63d3acf1d3ab18e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
	.section	".text", #alloc, #execinstr
	.align		8
	.skip		16
	.global getcallerpc
	.type getcallerpc, 2
getcallerpc:                  ! ignore argument
	retl                    
	add %i7,0,%o0

	.size   getcallerpc,(.-getcallerpc)