code: drawterm

ref: 162ce8d8bbdef0f34ac7f579065f1ea8409218b5
dir: /posix-mips/getcallerpc.c/

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

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