shithub: drawterm-fdroid

ref: 0f3766f44e554d73c7a3d8bab55cc32dc13f1c26
dir: /posix-mips/getcallerpc.c/

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

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