|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sat Aug 19 19:28:11 CEST 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/08 19:19:28 Modified: jop/java/target/src/common/com/jopdesign/sys GC.java Log: comment Revision Changes Path 1.22 jop/java/target/src/common/com/jopdesign/sys/GC.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/com/jopdesign/sys/GC.java.diff?r1=1.21&r2=1.22 (In the diff below, changes in quantity of whitespace are not shown.) Index: GC.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/common/com/jopdesign/sys/GC.java,v retrieving revision 1.21 retrieving revision 1.22 diff -u -b -r1.21 -r1.22 --- GC.java 10 Aug 2006 22:50:26 -0000 1.21 +++ GC.java 19 Aug 2006 17:28:11 -0000 1.22 @@ -535,7 +535,7 @@ // disable long array access for now... // we need the array size. // in the heap or in the handle structure - Native.wrMem(arrayLength, allocPtr); // pointer to method table in objectref-1 + Native.wrMem(arrayLength, allocPtr); // array length objectref-1 // we don't need this // for (int i=1; i<size; ++i) {
|
 |