shithub: drawterm

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

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

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