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