shithub: drawterm

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

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

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