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