shithub: drawterm

ref: 15af8dd530c246b1f63ded61a592804d403033aa
dir: /posix-sun4u/getcallerpc.c/

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

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