*** empty log message ***

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@198 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 41b539d46f
commit 3f815e4b70
  1. 2
      jode/jode/expr/CompareUnaryOperator.java

@ -26,7 +26,7 @@ public class CompareUnaryOperator extends SimpleOperator {
public CompareUnaryOperator(Type type, int op) {
super(Type.tBoolean, op, 1);
operandTypes[0] = type;
objectType = (type == Type.tUObject);
objectType = (type.isOfType(Type.tUObject));
}
public int getPriority() {

Loading…
Cancel
Save