aboutsummaryrefslogtreecommitdiff
path: root/sys/etc/error.com
blob: 2a7257f1bea7a25103de57eabe5b1a6e6c031208 (plain) (blame)
1
2
3
4
5
6
7

bool	xerflg			# set when error is posted
int	xercod			# error code
int	nhandlers		# handler nesting level
int	err_restart		# YES during error restart, NO otherwise
char	xermsg[SZ_XERMSG]	# error message string
common	/xercom/ xerflg,xercod,nhandlers,err_restart,xermsg