~kris/9p

9hist

2ecdfc6160523ca0d0620506ec09eff50a3bc99f — David du Colombier 28 years ago 3802aed
Plan 9 from Bell Labs 1998-07-21
1 files changed, 8 insertions(+), 0 deletions(-)

M carrera/clock.c
M carrera/clock.c => carrera/clock.c +8 -0
@@ 117,3 117,11 @@ clock(Ureg *ur)
		segclock(ur->pc);
	}
}

uvlong
fastticks(uvlong *hz)
{
	if(hz)
		*hz = HZ;
	return m->ticks;
}