shithub: drawterm

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

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

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