push value in finally return fix

This commit is contained in:
Jindra Petřík
2021-02-08 20:15:19 +01:00
parent 63a7a1b049
commit dbe998cf8a
@@ -1121,11 +1121,7 @@ public class AVM2Graph extends Graph {
}*/
}
//FIXME: remove this with better alternative
private boolean isIntegerOrPopInteger(GraphTargetItem item) {
if (true) {
return false;
}
if (item instanceof IntegerValueAVM2Item) {
return true;
}