shithub: drawterm

ref: 580a51496fffc7bf4a247189cebd17ad952001a3
dir: /posix-sun4u/getcallerpc.c/

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

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