Plan 9 from Bell Labs’s /usr/web/sources/patch/applied/dt-getcallpcamd64/getcallerpc.c.orig
#include "u.h" #include "libc.h" ulong getcallerpc(void *a) { return ((ulong*)a)[-1]; }