bug fix: PUSH blah++

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@670 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 91d56f235f
commit 054bc03ca2
  1. 2
      jode/jode/expr/IIncOperator.java

@ -92,7 +92,7 @@ public class IIncOperator extends NoArgOperator
? INC_OP : DEC_OP;
return new LocalPrePostFixOperator
(local.getType(), op, this, isVoid()).simplify();
(getType(), op, this, isVoid()).simplify();
}
return super.simplify();
}

Loading…
Cancel
Save