shithub: drawterm

ref: b75e3b2cf1e4c6282ab474da4a8a4b0636a75e9b
dir: /posix-sun4u/getcallerpc.c/

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

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