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