another fix for corewar

Russell Spence jaczak at ihuxi.UUCP
Fri Jul 6 00:56:29 AEST 1984


Here is another fix for corewar bugs.  On line 294
		if ( -1 == (p1 = do_instruction(p1))) return 1;	
should be
		if ( -1 == (p1 = do_instruction(p1))) return 2;	
-- 

						Russell Spence
						ihuxi!jaczak
						AT&T Technologies
						Naperville, IL



More information about the Comp.sources.unix mailing list