ack/mach/vax4/cg
ceriel 5d86ead6c0 There was a bug in the "str $1==0" instruction. It said:
str $1==0	| source4 |
			remove(ALL) "jsb\t.strlb"	|	| |
It should of course have been
str $1==0	| STACK |	jsb\t.strlb"	|	| |
1985-07-21 11:34:33 +00:00
..
mach.c Corrected type; forgot closing ". 1985-01-21 12:14:59 +00:00
mach.h Changed #define's of newlbss of cst_fmt. 1985-01-21 16:40:02 +00:00
Makefile Added an entry "distr" to make tables1.c and tables1.h. 1985-02-03 23:50:51 +00:00
READ_ME Initial revision 1984-10-09 10:36:29 +00:00
table There was a bug in the "str $1==0" instruction. It said: 1985-07-21 11:34:33 +00:00