git: purgatorio

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

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

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