git: purgatorio

ref: 7975eec3e602fd5bc3e93c78f4166259190f2fe9
dir: /os/boot/pc/getcallerpc.c/

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

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