shithub: drawcpu

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

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

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