- Fixed missalignment in TAS scan messages

- Fixed a counting/driving race in devexec
- Fixed some problems with sanscheck


SKIPPED:
	psi/tasscan.c
	psi/utils/check/amorcheck
	psi/utils/check/dmccheck
	psi/utils/check/focuscheck
	psi/utils/check/hrptcheck
	psi/utils/check/sanscheck
	psi/utils/check/sicssyntaxlib.tcl
	psi/utils/check/topsicheck
	psi/utils/check/tricscheck
This commit is contained in:
cvs
2003-11-25 10:29:21 +00:00
parent 04bb17e56c
commit 90b5e37552
6 changed files with 220 additions and 124 deletions

View File

@ -64,6 +64,7 @@
"Halted",
"Dead",
"Waiting for User Input",
"Counting/Driving",
NULL };
static char *iText[] = {
@ -80,6 +81,7 @@
"halt",
"dead",
"input",
"count/drive",
NULL };
static pICallBack pCall = NULL;