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