shithub: purgatorio

ref: 94443daf8e248e65afc8d3f17f26efea22748b51
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)