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