print lvt indented

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@423 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 96ea5a1115
commit 572bd86855
  1. 2
      jode/jode/decompiler/LocalVariableTable.java

@ -59,7 +59,7 @@ public class LocalVariableTable {
int slot = stream.readUnsignedShort();
locals[slot].addLocal(start, end-start, name, type);
if (Decompiler.showLVT)
Decompiler.err.println(name + ": " + type
Decompiler.err.println("\t"+name + ": " + type
+" range "+start+" - "+end
+" slot "+slot);
}

Loading…
Cancel
Save