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