提交 076f9a9c authored 作者: Thomas Mueller's avatar Thomas Mueller

JaQu: the decompiler has been improved.

上级 d1e367fe
......@@ -1117,10 +1117,10 @@ public class ClassReader {
op = "if_acmpne " + nextPc;
break;
}
// case 167:
// nextPc = getAbsolutePos(pos, readShort());
// op = "goto " + nextPc;
// break;
case 167:
nextPc = getAbsolutePos(pos, readShort());
op = "goto " + nextPc;
break;
// case 168:
// // TODO not supported yet
// op = "jsr " + getAbsolutePos(pos, readShort());
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论