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