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