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