瀏覽代碼

Merge branch 'master' of github.com:jboss-javassist/javassist

tags/rel_3_27_0_ga
chibash 4 年之前
父節點
當前提交
9f1f605c12
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      src/main/javassist/bytecode/InstructionPrinter.java

+ 1
- 1
src/main/javassist/bytecode/InstructionPrinter.java 查看文件

@@ -285,7 +285,7 @@ public class InstructionPrinter implements Opcode {
case ConstPool.CONST_Long:
return "#" + index + " = long " + pool.getLongInfo(index);
case ConstPool.CONST_Double:
return "#" + index + " = int " + pool.getDoubleInfo(index);
return "#" + index + " = double " + pool.getDoubleInfo(index);
case ConstPool.CONST_Class:
return classInfo(pool, index);
default:

Loading…
取消
儲存