shithub: drawterm

ref: 8df8a86e40b16f25f05ef2705f09c2be8f551d22
dir: /posix-mips/getcallerpc.c/

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

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