code: purgatorio

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