git: purgatorio

ref: 9ca327dd06c30341d984bff84727ea451b428db7
dir: /os/boot/pc/getcallerpc.c/

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

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