shithub: drawterm

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

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

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