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