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