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