code: drawterm

ref: 2ad858a3ea07af04c3a897148238954fae923e80
dir: /posix-amd64/getcallerpc.c/

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

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