fix of the last fix

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@196 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 14f9b74d05
commit cbe21f61c6
  1. 2
      jode/jode/bytecode/ConstantPool.java

@ -139,7 +139,7 @@ public class ConstantPool {
: (value < Byte.MIN_VALUE || value > Byte.MAX_VALUE)
? Type.tRange(Type.tInt, Type.tChar)
: (value == 0 || value == 1)
? Type.tBoolByte
? Type.tBoolInt
: Type.tUInt);
}
case FLOAT : return Type.tFloat ;

Loading…
Cancel
Save