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