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