code: 9ferno

ref: c6c1b7307d94a9f49610de276739cb35cf76772c
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)