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