summaryrefslogtreecommitdiff
path: root/lib9/getcallerpc-Linux-386.S
blob: a439875ed08e7471141b1e68cbfc085ff2b084a8 (plain)
1
2
3
4
5
6
7
	.file	"getcallerpc-Linux-386.S"
	.type	getcallerpc,@function
	.global	getcallerpc
getcallerpc:
	movl	4(%esp), %eax
	movl	-4(%eax), %eax
	ret