shithub: drawterm-fdroid

ref: 58bf8cb855d51859f11f4e1bc1f84feff1fd5b29
dir: /posix-mips/getcallerpc.c/

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

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