shithub: drawterm

ref: ebe7cc6cf1f6fea3b8b70bebbf9dbeaa32358a82
dir: /posix-mips/getcallerpc.c/

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

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