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