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