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