|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Dec 30 20:50:47 CET 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/12 30:20:50 Modified: jop/java/target/src/test/jvm DoAll.java Log: instanceof, checkcast Revision Changes Path 1.13 jop/java/target/src/test/jvm/DoAll.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/test/jvm/DoAll.java.diff?r1=1.12&r2=1.13 (In the diff below, changes in quantity of whitespace are not shown.) Index: DoAll.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/test/jvm/DoAll.java,v retrieving revision 1.12 retrieving revision 1.13 diff -u -b -r1.12 -r1.13 --- DoAll.java 29 Dec 2006 19:55:21 -0000 1.12 +++ DoAll.java 30 Dec 2006 19:50:47 -0000 1.13 @@ -30,6 +30,7 @@ new LongField(), new MultiArray(), new Switch(), + new InstanceCheckcast(), // new Except(), new SystemCopy(), };
|
 |