xref: /inferno-os/lib9/getcallerpc-Linux-386.S (revision 6b2e32351192dd10dd3d671e2b61608c692507e6)
1	.file	"getcallerpc-Linux-386.S"
2	.type	getcallerpc,@function
3	.global	getcallerpc
4getcallerpc:
5	movl	4(%esp), %eax
6	movl	-4(%eax), %eax
7	ret
8