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