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