code: drawterm

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

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

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