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