code: drawterm

ref: 550a8ec5f943b87172668581e67128d4770c6e48
dir: /posix-mips/getcallerpc.c/

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

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