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