ref: ee4955c879ef4c95c9cd15650fd9768a08c5fda4 dir: /posix-mips/getcallerpc.c/
#include "u.h" #include "libc.h" ulong getcallerpc(void *a) { return ((ulong*)a)[-1]; }