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