shithub: purgatorio

ref: 0644aa11c120a581eec1d47c66208e08b946ec08
dir: /os/boot/pc/getcallerpc.c/

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

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