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