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