shithub: drawterm

ref: 082f1a3a980c79b96009f413b72f65b791cc2352
dir: /posix-sun4u/getcallerpc.c/

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

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