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