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