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