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