summaryrefslogtreecommitdiff
path: root/lib9/getcallerpc-Solaris-386.s
blob: ad582d3972c8f08084d91ef33299c22891996eb2 (plain)
1
2
3
4
5
6
7
8
9
	.align	4
	.globl	getcallerpc
getcallerpc:
	movl	4(%esp), %eax
	movl	-4(%eax), %eax
	ret	
	.align	4
	.type	getcallerpc,@function
	.size	getcallerpc,.-getcallerpc