git: purgatorio

ref: 15b2a406cc0e11377cee12b5a112c003f7250a7f
dir: /os/boot/pc/getcallerpc.c/

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

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