git: purgatorio

ref: ccd7f9f1597e56d121e1d05cf6af86f688ef2c48
dir: /os/boot/pc/getcallerpc.c/

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

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