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