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