git: purgatorio

ref: 76b565d8b219c8db94a882e93725b4ab735414de
dir: /os/boot/pc/getcallerpc.c/

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

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