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