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