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