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

1991/1220/pc/main.c (diff list | history)

1991/1211/sys/src/9/pc/main.c:276,2821991/1220/sys/src/9/pc/main.c:276,282 (short | long | prev | next)
1991/0913    
			msg = mathmsg[i]; 
			break; 
		} 
	sprint(note, "math: %s, status 0x%ux, pc 0x%lux", msg, status, ur->pc); 
1991/1220    
	sprint(note, "sys: fp: %s, status 0x%ux, pc 0x%lux", msg, status, ur->pc); 
1991/0913    
	postnote(u->p, 1, note, NDebug); 
1991/0912    
} 
 


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