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