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

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

1991/1114/sys/src/9/gnot/trap.c:137,1441991/1115/sys/src/9/gnot/trap.c:137,142 (short | long | prev | next)
1990/03091    
	l = &ur->r0; 
	for(i=0; i<sizeof regname/sizeof(char*); i+=2, l+=2) 
		print("%s\t%.8lux\t%s\t%.8lux\n", regname[i], l[0], regname[i+1], l[1]); 
1991/0821    
                 
1990/03091    
	dumpstack(); 
} 
 
/* 


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