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