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