shithub: drawterm

ref: 5dc9cad6a69e06717ebe294735579a189bb010e0
dir: /posix-386/getcallerpc.c/

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

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