shithub: drawterm

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

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

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