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