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

	.size   getcallerpc,(.-getcallerpc)