code: 9ferno

ref: 0977f294bab0345ba43fbf674449fd8e996c5719
dir: /os/boot.original/pc/getcallerpc.c/

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

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