shithub: drawterm

ref: 229d7bb35315ade6f25d96071adfd6933a50015d
dir: /posix-ppc64le/getcallerpc.c/

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

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