git: purgatorio

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

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

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