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