code: 9ferno

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

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

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