plan 9 kernel history: overview | file list | diff list

1990/0731/power/trap.c (diff list | history)

1990/0731/sys/src/9/power/trap.c:113,1191990/0802/sys/src/9/power/trap.c:113,119 (short | long | prev | next)
1990/0227    
	case CTLBL: 
	case CTLBS: 
		if(u == 0) 
			panic("fault"); 
1990/0802    
			panic("fault u==0 pc %lux addr %lux", ur->pc, ur->badvaddr); 
1990/0227    
		if(u->p->fpstate == FPactive) { 
			savefpregs(&u->fpsave); 
			u->p->fpstate = FPinactive; 


source code copyright © 1990-2005 Lucent Technologies; see license
Plan 9 distribution
comments to russ cox (rsc@swtch.com)