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