code: drawterm

ref: 2894b8f250339d56c4970a985d9f878bae91b138
dir: /posix-sun4u/getcallerpc.c/

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

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