shithub: drawterm-fdroid

ref: 76af4ec0e6d869e8ccc2757904375daf6470bd92
dir: /posix-mips/getcallerpc.c/

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

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