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