code: drawterm

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

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

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