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