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