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

1991/0709/ss/trap.c (diff list | history)

1991/0614/sys/src/9/ss/trap.c:358,3671991/0709/sys/src/9/ss/trap.c:358,367 (short | long | prev | next)
1990/1226    
	ur->pc += 4; 
	ur->npc = ur->pc+4; 
1991/0614    
	if(u->nerrlab){ 
		print("unbalanced error stack: %d extra\n", u->nerrlab); 
1991/0709    
		print("bad error stack [%d]: %d extra\n", r7, u->nerrlab); 
1991/0614    
		for(i = 0; i < NERR; i++) 
			print("sp=%lux pc=%lux\n", u->errlab[i].sp, u->errlab[i].pc); 
		panic("bad rob"); 
1991/0709    
		panic("error stack"); 
1991/0614    
	} 
1990/1223    
	u->p->insyscall = 0; 
1990/1226    
	if(r7 == NOTED)	/* ugly hack */ 


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