shithub: drawterm

ref: 4c2d87cd65fc769d434f23fb54e328811e52d43a
dir: /posix-sun4u/getcallerpc.c/

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

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