shithub: drawterm

ref: 261a80f05dcfb2bc8fa98093a293abfc67f24394
dir: /posix-mips/getcallerpc.c/

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

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