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