File:  [Research Unix] / researchv10no / sys / ml / trapcomet.s
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 17:21:35 2018 UTC (8 years, 1 month ago) by root
Branches: belllabs, MAIN
CVS tags: researchv10, HEAD
researchv10 Norman

#
# traps specific to the comet
#
	.text

#
# corrected memory error
# uncorrected ones show up as machine checks
#
	.globl	Xcmrd
	.align	2
Xcmrd:
	pushr	$SAVREG
	calls	$0,_memerr
	popr	$SAVREG
	rei

#
# asynchronous bus write timeout
#
	.globl	Xwtime
	.align	2
Xwtime:
	tstl	_nofault
	jneq	donofault
	pushr	$SAVREG
	pushl	NRS*4(sp)
	pushl	(NRS+1+1)*4(sp)
	calls	$2,_wtimeout
	popr	$SAVREG
	rei

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.