code: purgatorio

ref: 249dc0489c7b24371e1f829e9c849fa7464f6c0c
dir: /lib9/getcallerpc-NetBSD-386.S/

View raw version
#include <machine/asm.h>

NENTRY(getcallerpc)
	movl	4(%esp), %eax
	movl	-4(%eax), %eax
	ret
	END(getcallerpc)