git: purgatorio

ref: 15dd600cbd3c242fc1fe283dacc390a823055bc4
dir: /lib9/getcallerpc-Linux-power.c/

View raw version
#include <lib9.h>

ulong
getcallerpc(void *x)
{
ulong *lp;

	lp = x;

	return lp[-1];
}