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