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