|
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/target/src/common/com/jopdesign/sys Native.java Log: Object.hashCode() Revision Changes Path 1.2 jop/java/target/src/common/com/jopdesign/sys/Native.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/com/jopdesign/sys/Native.java.diff?r1=1.1&r2=1.2 (In the diff below, changes in quantity of whitespace are not shown.) Index: Native.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/common/com/jopdesign/sys/Native.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -b -r1.1 -r1.2 --- Native.java 11 May 2005 16:31:17 -0000 1.1 +++ Native.java 19 Aug 2006 12:59:56 -0000 1.2 @@ -28,5 +28,6 @@ public static native void ext2intMem(int[] extAdr, int intAdr, int cnt); public static native long makeLong(int hWord, int lWord); public static native void invoke(int arg, int ptr); + public static native int toInt(Object o); }
|
 |