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