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