shithub: drawterm

ref: 276098f816a9188c711f51ace9a92df54997b791
dir: /posix-sun4u/getcallerpc.c/

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

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