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