git: purgatorio

ref: 43de7b8419fa3582af6df803473ef1bde2ce5c23
dir: /os/boot/pc/getcallerpc.c/

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

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