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