shithub: drawterm

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

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

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