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