code: drawterm

ref: 789b8fe40e156ad0252230b13dd4ada96f3eed8b
dir: /posix-sun4u/getcallerpc.c/

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

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