Fix tree and icode printing.

This commit is contained in:
nboyd%atg.com 2000-10-27 20:17:19 +00:00
parent 1a1a0b749a
commit 577b2d7b62
4 changed files with 2 additions and 4 deletions

View File

@ -1270,7 +1270,7 @@ public class Interpreter extends LabelTable {
" " + count + " \"" +
getString(theData.itsStringTable, iCode,
pc + 1) + "\"");
pc += 4;
pc += 5;
}
break;
case TokenStream.NUMBER :

View File

@ -303,7 +303,6 @@ public class Node implements Cloneable {
"vars",
"uses",
"regexp",
"switches",
"cases",
"default",
"casearray",

View File

@ -1270,7 +1270,7 @@ public class Interpreter extends LabelTable {
" " + count + " \"" +
getString(theData.itsStringTable, iCode,
pc + 1) + "\"");
pc += 4;
pc += 5;
}
break;
case TokenStream.NUMBER :

View File

@ -303,7 +303,6 @@ public class Node implements Cloneable {
"vars",
"uses",
"regexp",
"switches",
"cases",
"default",
"casearray",