[net.sources] another fix for corewar

jaczak@ihuxi.UUCP (Russell Spence) (07/05/84)

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