ref: 01338076d1a3610858f41fcbcdc7e46fb1109b77 dir: /os/boot/pc/getcallerpc.c/
#include "u.h" #include "lib.h" ulong getcallerpc(void *x) { return (((ulong*)(x))[-1]); }