shithub: drawterm

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

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

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