Plan 9 from Bell Labs 2003-04-10
1 files changed, 0 insertions(+), 6 deletions(-) M port/portclock.c
M port/portclock.c => port/portclock.c +0 -6
@@ 96,12 96,6 @@ void hzclock(Ureg *ur) { m->ticks++; -if((m->ticks % 10000) == 0){ - extern int allints[]; - int i; - for(i=0; i < 32; i++) - print("[%d] %d\n", i, allints[i]); -} if(m->proc) m->proc->pc = ur->pc;