shithub: drawterm-fdroid

ref: e64d488c011a4430e47e12a3cb776ed48ee042cc
dir: /posix-mips/getcallerpc.c/

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

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