AS3 using temp registers on compound assignments when hasSideeffect

This commit is contained in:
Jindra Petřík
2021-03-12 22:12:39 +01:00
parent e0948e2a38
commit 8fa321cfd3
66 changed files with 707 additions and 197 deletions
@@ -585,7 +585,7 @@ public abstract class GraphTargetItem implements Serializable, Cloneable {
public abstract GraphTargetItem returnType();
@Override
protected GraphTargetItem clone() {
public GraphTargetItem clone() {
try {
return (GraphTargetItem) super.clone();
} catch (CloneNotSupportedException ex) {