Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 exptools 1/6/84; site ihuxi.UUCP Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!ihuxi!jaczak From: jaczak@ihuxi.UUCP (Russell Spence) Newsgroups: net.sources Subject: another fix for corewar Message-ID: <956@ihuxi.UUCP> Date: Thu, 5-Jul-84 10:56:29 EDT Article-I.D.: ihuxi.956 Posted: Thu Jul 5 10:56:29 1984 Date-Received: Fri, 6-Jul-84 00:35:46 EDT Organization: AT&T Bell Labs, Naperville, IL Lines: 10 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