shithub: drawterm

ref: 9383debbbe85a800aa0c0e5bd49e764f10228b47
dir: /posix-sun4u/getcallerpc.c/

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

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