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