shithub: drawterm

ref: 385048962cf6c529e35f629f22b611e4b0edadfb
dir: /posix-mips/getcallerpc.c/

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

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