git: purgatorio

ref: 654935ba71201d7215d9fcd96181a330ec6ff617
dir: /os/boot/pc/getcallerpc.c/

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

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