shithub: drawcpu

ref: 8d93ccdbb2a2dee8d2eb1387da1b316fdf84b208
dir: /posix-arm64/getcallerpc.c/

View raw version
#include "u.h"
#include "libc.h"

uintptr
getcallerpc(void *a)
{
	return ((uintptr*)a)[-1];
}