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