git: purgatorio

ref: d540dcf6834b4bec8a2d21f2fe95eccf49f97b03
dir: /os/boot/pc/getcallerpc.c/

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

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