code: drawterm

ref: 081c1f215399065fcd43acc4360d3c6836a98865
dir: /posix-mips/getcallerpc.c/

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

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