shithub: drawterm

ref: 8f934bc2f7c80ed4f14bb43c7add9e7f9dbb64cc
dir: /posix-power/getcallerpc.c/

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

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