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