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