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

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

1991/0705/sys/src/9/gnot/trap.c:306,3191991/0709/sys/src/9/gnot/trap.c:306,317 (short | long | prev | next)
1991/0614    
		poperror(); 
1990/0511    
	} 
1991/0705    
 
#ifdef Check 
1991/0614    
	if(u->nerrlab){ 
1991/0705    
		print("bad errstack [%d]: %d extra\n", r0, 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    
	} 
1991/0705    
#endif 
 
1990/03091    
	u->p->insyscall = 0; 
1991/0705    
 


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