code: 9ferno

ref: 0f7ed22a95660fba1089ca842f0608e64500f473
dir: /os/boot/pc/getcallerpc.c/

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

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