shithub: drawterm

ref: b52598178143b1c4a154caec87037c3a717c3ddd
dir: /posix-sun4u/getcallerpc.c/

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

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