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