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