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