|
Message
From: cvs at opencores.org<cvs@o...>
Date: Fri Jun 8 15:12:23 CEST 2007
Subject: [cvs-checkins] MODIFIED: jop ...
Date: 00/07/06 08:15:12 Modified: jop/java/tools/src/com/jopdesign/tools JopSim.java Log: comment Revision Changes Path 1.30 jop/java/tools/src/com/jopdesign/tools/JopSim.java http://www.opencores.org/cvsweb.shtml/jop/java/tools/src/com/jopdesign/tools/JopSim.java.diff?r1=1.29&r2=1.30 (In the diff below, changes in quantity of whitespace are not shown.) Index: JopSim.java =================================================================== RCS file: /cvsroot/martin/jop/java/tools/src/com/jopdesign/tools/JopSim.java,v retrieving revision 1.29 retrieving revision 1.30 diff -u -b -r1.29 -r1.30 --- JopSim.java 1 Jun 2007 16:53:48 -0000 1.29 +++ JopSim.java 8 Jun 2007 13:12:23 -0000 1.30 @@ -936,7 +936,7 @@ val = stack[sp--]; // value idx = stack[sp--]; // index ref = stack[sp--]; // ref - // null pointer and array check missing + // TODO: null pointer and array check missing // handle needs indirection ref = readMem(ref); writeMem(ref+idx, val); @@ -946,7 +946,7 @@ val2 = stack[sp--]; // value idx = stack[sp--]; // index ref = stack[sp--]; // ref - // null pointer and array check missing + // TODO: null pointer and array check missing // handle needs indirection ref = readMem(ref); writeMem(ref+idx*2, val2);
|
 |