shithub: drawterm

ref: 4f8b668dae15c863d7e92f158928d5f62faab3d9
dir: /posix-mips/getcallerpc.c/

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

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