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