summaryrefslogtreecommitdiff
path: root/lib9/getcallerpc-MacOSX-386.s
blob: 92f940d766d27a39768d60790402721e41300bb0 (plain)
1
2
3
4
5
6
7
8
	.file	"getcallerpc-MacOSX-386.s"

    .text
    
.globl _getcallerpc
_getcallerpc:
	movl	4(%ebp), %eax
	ret