code: 9ferno

ref: 728eff896074bfa69130c243941ffc6d5c19a735
dir: /os/boot/pc/getcallerpc.c/

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

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