From: pcm <pcm...@us...> - 2005-07-29 21:10:07
|
Update of /cvsroot/javapathfinder/javapathfinder/src/gov/nasa/jpf/jvm In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30567/src/gov/nasa/jpf/jvm Modified Files: Fields.java Log Message: disregard - there's always one debug leftover left.. Index: Fields.java =================================================================== RCS file: /cvsroot/javapathfinder/javapathfinder/src/gov/nasa/jpf/jvm/Fields.java,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Fields.java 29 Jul 2005 21:02:26 -0000 1.2 +++ Fields.java 29 Jul 2005 21:09:43 -0000 1.3 @@ -129,7 +129,6 @@ } public void setLongValue (int index, long newValue) { - int i = index; values[index++] = Types.hiLong(newValue); values[index] = Types.loLong(newValue); } |