code: drawterm

ref: a583f0d9499d005adb393e71a5f27274bfc7ed9d
dir: /posix-power/getcallerpc.c/

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

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