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