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