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