shithub: purgatorio

ref: e11c7aa718df592bd69de53ce1d6498cc870f256
dir: purgatorio/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)