~kris/9p

9hist

dbd8df292e1de31e79d29eca91a8dd8861290834 — David du Colombier 25 years ago 73d8a58
Plan 9 from Bell Labs 2001-02-19
1 files changed, 1 insertions(+), 1 deletions(-)

M pc/trap.c
M pc/trap.c => pc/trap.c +1 -1
@@ 276,7 276,7 @@ trap(Ureg* ureg)
		 */
		print("cpu%d: spurious interrupt %d, last %d",
			m->machno, vno, m->lastintr);
		for(i = 0; i < 0; i++){
		for(i = 0; i < conf.nmach; i++){
			if(!(active.machs & (1<<i)))
				continue;
			mach = MACHP(i);