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