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);