ref: 654935ba71201d7215d9fcd96181a330ec6ff617 dir: /lib9/getcallerpc-NetBSD-386.S/
#include <machine/asm.h> NENTRY(getcallerpc) movl 4(%esp), %eax movl -4(%eax), %eax ret END(getcallerpc)