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