shithub: drawterm-fdroid

ref: 9731b2c5e105e92d14a7899fddd7142f6f99fc3f
dir: /posix-sun4u/getcallerpc.c/

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

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