shithub: drawterm

ref: 31e15655e642339a90344e6d97d5a788154000e6
dir: /posix-sun4u/getcallerpc.c/

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

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