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