code: drawterm

ref: 3b45a5cf6cca3579712587082cc548a8e62dccda
dir: /posix-sun4u/getcallerpc.c/

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

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