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