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