|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Aug 19 14:59:56 CEST 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/08 19:14:59 Modified: jop/java/tools/src/com/jopdesign/tools JopInstr.java Log: Object.hashCode() Revision Changes Path 1.9 jop/java/tools/src/com/jopdesign/tools/JopInstr.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/JopInstr.java.diff?r1=1.8&r2=1.9 (In the diff below, changes in quantity of whitespace are not shown.) Index: JopInstr.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/JopInstr.java,v retrieving revision 1.8 retrieving revision 1.9 diff -u -b -r1.8 -r1.9 --- JopInstr.java 22 Jan 2006 12:25:11 -0000 1.8 +++ JopInstr.java 19 Aug 2006 12:59:55 -0000 1.9 @@ -384,6 +384,7 @@ "ext2intMem", "jopsys_ext2int", "makeLong", "jopsys_nop", "invoke", "jopsys_invoke", + "toInt", "jopsys_nop", }; static {
|
 |