comment clarification

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@429 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 217df2f36a
commit 9137b2e0d2
  1. 3
      jode/jode/flow/CreateAssignExpression.java

@ -42,13 +42,14 @@ public class CreateAssignExpression {
* sequBlock:
* dup (may be missing for static / local variables)
* opBlock:
* load(stack) * rightHandSide
* (optional narrow) ((optional wide) load(stack) * rightHandSide)
* (optional dup_x)
* store(stack)
*
* We transform it to:
* (push loadstoreOps)
* rightHandSide
* (optional dup_x)
* store(stack) *= (stack)
*
* If the optional dup is present the store*= becomes non void. */

Loading…
Cancel
Save