|
Message
From: cvs at opencores.org<cvs@o...>
Date: Sun Oct 29 20:20:22 CET 2006
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/06/10 29:20:20 Modified: jop/java/target/src/common/com/jopdesign/sys JVMHelp.java Log: longer method trace Revision Changes Path 1.15 jop/java/target/src/common/com/jopdesign/sys/JVMHelp.java http://www.opencores.org/cvsweb.shtml/jop/java/target/src/common/com/jopdesign/sys/JVMHelp.java.diff?r1=1.14&r2=1.15 (In the diff below, changes in quantity of whitespace are not shown.) Index: JVMHelp.java =================================================================== RCS file: /cvsroot/martin/jop/java/target/src/common/com/jopdesign/sys/JVMHelp.java,v retrieving revision 1.14 retrieving revision 1.15 diff -u -b -r1.14 -r1.15 --- JVMHelp.java 12 Jan 2006 22:19:43 -0000 1.14 +++ JVMHelp.java 29 Oct 2006 19:20:22 -0000 1.15 @@ -149,7 +149,7 @@ // while does not work anymore as sp and vp are // wrapping around (only 7 bits) // while (fp>128+5) { // stop befor 'fist' method - for (int cnt=0; cnt<3; ++cnt) { + for (int cnt=0; cnt<5; ++cnt) { mp = Native.rdIntMem(fp+4); vp = Native.rdIntMem(fp+2); pc = Native.rdIntMem(fp+1);
|