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