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

1991/0807/pc/trap.c (diff list | history)

1991/0806/sys/src/9/pc/trap.c:173,1801991/0807/sys/src/9/pc/trap.c:173,182 (short | long | prev | next)
1991/0731    
	int c; 
1991/0703    
 
1991/0731    
	v = ur->trap; 
	if(v>=256 || ivec[v] == 0) 
		panic("bad trap type %d %lux\n", v, ur->pc); 
1991/0807    
	if(v>=256 || ivec[v] == 0){ 
		print("bad trap type %d %lux %lux %lux\n", v, ur->pc, int0mask, int1mask); 
		return; 
	} 
1991/0731    
 
1991/0806    
	if(v==19 || v==20) 
		print("trap = %d\n", v); 


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